.gate-form{
    background: #fff;
    border-radius: 20px;
    border:solid 1px #EFF0FA;
    display: table;
    margin: 0 auto;
    margin-top: 10%;
    padding: 20px 30px 20px 30px;
    position: relative;
    width: 30%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.gate-form label{
    color: #1A2236;
    display: block;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.gate-form input{
    border: solid 1px #EFF0FA;
    border-radius: 10px;
    color: #1A2236;
    display: block;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    outline: none !important;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.gate-form input:focus{
    border: solid 1px #F31B1B !important;
}

.gate-form #passwordBlock{
    display: block;
    position: relative;
}

.gate-form #passwordBlock i {
    cursor: pointer;
    color: #1A2236;
    position: absolute;
    top: 60%;
    right: 8px;
}

.gate-form button{
    background: #1D50A2;
    border:none !important;
    border-radius: 10px;
    color: #fff;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 15px;
    outline: none !important;
    opacity: 0.8;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.gate-form button i{
    padding-right: 10px;
}

.gate-form button:hover{
    opacity: 1 !important;
}

.gate-form .messages{
	color: red;
	font-weight: 700;
	text-align: center;
}

.forgotPassBlock{
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.forgotPassBlock label{
    display: table;
    font-weight: 400 !important;
    float: left;
    margin-bottom: 0 !important;
}

.forgotPassBlock input{
    display: table;
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.ifIforgotPass{
    background: #0B1843;
    border-radius: 20px;
    color: #EFF0FA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 30px 20px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.okButton{
    background: #89BC37;
    border: solid 1px #EFF0FA;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.okButton i{
    padding-right: 10px;
}

.okButton:hover{
    background: #F31B1B;
}