﻿input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.buttonIn {
    width: 100%;
    position: relative;
}

.input {
    width: 100%;
    outline: none;
    height: 30px;
    border-radius: 5px;
}

i {
    position: absolute;
    border-radius: 5px;
    right: 15px;
    border: none;
    top: 9px;
    cursor: pointer;
    transform: translateX(2px);
}
