/*@font-face {
    font-family: 'Roboto';
    src: url('../font/roboto/Roboto-ThinItalic-webfont.eot');
    src: url('../font/roboto/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto/Roboto-ThinItalic-webfont.woff') format('woff'), url('../font/roboto/Roboto-ThinItalic-webfont.ttf') format('truetype'), url('../font/roboto/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}*/

* {
    box-sizing: border-box;
}

body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    background-color: #EDF1FA;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-image: url('../img/wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.topcurve {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 103px;
    background-image: url("../images/topcurve.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.topcurveshadow {
    width: 100px;
    height: 0px;
    background: transparent;
    position: fixed;
    z-index: 0;
    box-shadow: 5px 5px 65px 12px #949494;
    opacity: 0.5;
    left: 0px;
    top: 0px;
}*/

/*.bottomcurve {
    transform: rotateZ(180deg);
    right: 0px !important;
    bottom: 0px;
    left: auto;
    top: auto;
    width: 135px;
    height: 100px;
}*/

.contentleft {
    height: 100vh;
    width: 60%;
    float: left;
    position: relative;
}

.contentright {
    height: 100vh;
    width: 100%;
}

.login_cardparent {
    width: 100%;
    max-width: 400px;
    height: auto;
    /* background: #F9FAFD; */
    top: 10%;
    margin: 0px auto;
    /* box-shadow: 0px 0px 44px 4px #58585859; */
    position: relative;
}

.login_topcard {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    background: #ad1b19;
    position: absolute;
}

.logincontent_card {
    width: 100%;
    background: #ffffff;
    position: relative;
    top: 50px;
    padding: 5px;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 25px;
    box-shadow: 0px 0px 44px 4px #2929292b;
}

.sblogo {
    height: 130px;
    border-radius: 5px;
    padding: 5px 30px;
    margin: 0px auto;
    width: 200px;
}

.login_txt {
    text-align: center;
    font-size: 16px;
    color: #505050;
    letter-spacing: 1px;
    font-weight: bold;
}

.inputgropu input {
    border-radius: 100px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 40px 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    letter-spacing: 1.2px;
}

.inputgropu input:focus {
    outline: 0px;
    border: 1px solid #ad1b19;
}

.inputgropu {
    padding: 15px;
    position: relative;
}

.inputgropu img {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 26px;
    padding: 5px;
}

.userlogo_notactive {
    display: block;
}

.userlogo_active {
    display: none;
}


/* .inputgropu input:focus + .userlogo_notactive{
    display: none !important; 
}
.inputgropu input:focus + .userlogo_active{
    display: block !important;
} */

.footer_content {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0px;
}

.footer_content img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.content-item {
    text-align: center;
    width: 100%;
    max-width: 75%;
    margin: 0px auto;
    position: relative;
    top: 50px;
    line-height: 2;
    letter-spacing: 1.5px;
}

.content-item .content_title {
    font-size: 30px;
    text-transform: uppercase;
    color: #ad1b19;
}

.content-item p {
    font-size: 18px;
}

.loginbtn button {
    width: 160px;
    font-weight: bold !important;
    height: 50px;
    padding: 12px;
    font-size: 16px;
    /* background: #4e73df; */
    border: 0px;
    color: white;
    border-radius: 10px;
    position: relative;
    /* left: 24%; */
    top: 13px;
    letter-spacing: 1.2px;
    font-weight: 200;
    /* box-shadow: 0px 5px 58px 0px #00000059; */
    display: block;
    background-image: linear-gradient(115deg,#4e73df 30%,#224AC0 70%);
    cursor: pointer;
    margin: 0 auto;
}

.loginbtn {
    height: 25px;
    position: relative;
}

.loginbtn button:focus {
    outline: 0px;
}

.forgot_pass {
    clear: both;
    margin-top: 60px;
    padding: 5px 0px 15px;
    font-size: 16px;
    text-align: center;
    color: gray;
    letter-spacing: 1px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-size: 14px;
}

    .forgot_pass span {
        cursor: pointer;
        color:blue;
      
    }
