.input100 {
    outline: none;
    border: none;
}

.input100:focus::-webkit-input-placeholder {
    color: transparent;
}
.input100:focus:-moz-placeholder {
    color: transparent;
}
.input100:focus::-moz-placeholder {
    color: transparent;
}
.input100:focus:-ms-input-placeholder {
    color: transparent;
}

.input100::-webkit-input-placeholder {
    color: #adadad;
}
.input100:-moz-placeholder {
    color: #adadad;
}
.input100::-moz-placeholder {
    color: #adadad;
}
.input100:-ms-input-placeholder {
    color: #adadad;
}

.login100-form-btn {
    outline: none!important;
    border: none;
    background: 0 0;
}
.login100-form-btn:hover {
    cursor: pointer;
}
.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 65px 55px 54px ;
}
.login100-form {
    width: 100%;
}
.login100-form-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 49px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 23px;
}

.validate-input {
    position: relative;
}
.label-input100 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-left: 7px;
}
.input100 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 7px 0 7px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.input100:focus+.focus-input100::before {
    width: 100%}
.has-val.input100+.focus-input100::before {
    width: 100%}
.input100:focus+.focus-input100::after {
    color: #136a8a;
}
.has-val.input100+.focus-input100::after {
    color: #136a8a;
}

.gap{
    padding-top: 31px;
    padding-bottom: 8px;
}
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -moz-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -webkit-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -o-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
}
.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #136a8a;
    background: -webkit-linear-gradient(right, #267871, #136a8a, #267871, #136a8a);
    background: -o-linear-gradient(right, #267871, #136a8a, #267871, #136a8a);
    background: -moz-linear-gradient(right, #267871, #136a8a, #267871, #136a8a);
    background: linear-gradient(right, #267871, #136a8a, #267871, #136a8a);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.login100-form-btn {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}

@media(max-width:576px) {
    .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
}
}
