﻿@import "../fonts/openSans/font-open-sans.css";
body {
    font-size: 13px;
    font-family: "Open Sans";
    color: #6f7b8a;
}
.logo {
    height: 60px;
    padding: 8.5px 0;
    display: inline-block;
    margin: 5px 15px;
}
.logo img{
    max-height:100%;
}
.forget-password-form {
    border: 1px solid #dcdcdc;
    width: 50vw;
    position: relative;
    margin:20px auto;
  /*  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    height: 456px;
}
/*.enter-otp{
    margin:40px;
}*/
.invalid-username, .enter-username, .reset-password, .enter-otp {
    margin: 50px 135px;
}
p, label {
    font-weight: 500;
}
label{
    margin:0;
}
.form-control {
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    padding: 0 2px !important;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none !important;
    color: #282323;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 15px;
    min-height: 25px;
    outline: 0 none;
    text-indent: 5px;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: top;
    width:331px
}
.enter-username p.text-center, .enter-otp p.text-center, .incorrect-username {
    width: 331px;
}
.buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.btn {
    background: #0b9c8f;
    border-radius: 0;
    color: #fff !important;
    margin: 10px 0;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    outline: none !important;
    width: 85px;
    transition: all 0.12s linear 0s !important;
    margin-right:5px;
    font-size:13px;
    font-family:"Open Sans";
}

.btn:hover {
    background: #22262e ;
}
.enter-otp div.row.form-group:nth-child(1), .enter-username div.row.form-group:nth-child(1) {
    margin-bottom: 25px
}
.invalid-username p, .enter-otp .validation p, .enter-username .validation p {
    color: #e22c29;
    font-weight: 500;
}
 p {
    margin:0;
}
.reset-password p {
    font-weight: 500;
}
.validation{
    height:18px;
}
.d-none {
    display: none
}
@media(max-width:1199.9px){
    .invalid-username, .enter-username, .reset-password, .enter-otp {
        margin: 50px 15px;
    }
}@media(max-width:708.9px){
    .buttons {
        bottom: 0px;
    }
    .enter-username p.text-center, .enter-otp p.text-center, .form-control, .incorrect-username {
        width: 100%;
    }
}