body {

    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
        background-color: #fff;
}

.wrap-input100.validate-input{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
width: 100%;
//height: 42px;
position: relative;
border: 1px solid #e6e6e6;
border-radius: 10px;
margin-bottom: 8px;
}

.label-input100 {

    font-family: Montserrat-Regular;
    font-size: 18px;
   color: #fcfcfc;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 22px;
    left: 0;
    bottom: 7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}

.login100-more {
   // width: calc(100% - 400px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.login100-form-title.p-b-43 {
    width: 100%;
display: block;
font-family: Poppins-Regular;
font-size: 30px;
font-weight:600;
color: #fffefe;
line-height: 1.2;
text-align: center;
}
.login100-form.validate-form{
    width: 560px;
min-height: 100vh;
display: block;
background-color: #222d32;
padding: 173px 55px 55px 55px;
}
.input100.has-val {
    display: block;
width: 100%;
background: transparent;
font-family: Montserrat-Regular;
font-size: 18px;
color: #eef3f9;
line-height: 1.2;
padding: 0 26px;
}

.login100-form-btn {

    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;
    border-radius: 10px;
    background: #F4B400  !important;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}
