﻿.login_header {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #0079a4; /*rgb(8, 93, 0);*/
    background-color: #f9f9f9;
    height: 36px;
    padding: 18px;
}

.login_header_text {
    font-size: 21px;
    color: #5b676e; /*rgb(19, 136, 8);*/
    text-align: right;
    line-height: 1;
}

.login_footer {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #0097cc; /*rgb(8, 93, 0);*/
    background-color: #5b676e; /*rgb(7, 80, 41);*/
    height: 26px;
    padding: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.login_footer_text {
    color: #ffffff;
    font-size: 19px;
}

    .login_footer_text a {
        color: #ffffff;
    }

.logintext {
    display: block;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: .8;
    padding: 2px 0;
    margin: 7px 0;
    font-size: 28px;
}

.logintext_messagebox {
    display: block;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: .8;
    padding: 2px 0;
    margin: 7px 0;
    font-size: 20px;
}

.bg-first {
    background-color: #374151;
}

.loginbox {
    display: inline-block;
    position: fixed;
    right: 200px;
    bottom: 100px;
    margin: auto;
    width: 238px;
    height: 380px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.resetpassword {
    height: 430px !important;
}

.forgotpasswordbox {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 350px;
    text-align:center;
    height: 220px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .loginbox input[type="text"] {
        padding: 0 5px;
        vertical-align: middle;
        height: 38px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 226, 226);
        background-color: rgb(255, 255, 255);
        color: rgb(123, 123, 123);
        border-radius: 0px;
        width: 100%;
        font-size: 12px;
    }

    .loginbox input[type="email"] {
        padding: 0 5px;
        vertical-align: middle;
        height: 38px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 226, 226);
        background-color: rgb(255, 255, 255);
        color: rgb(123, 123, 123);
        border-radius: 0px;
        width: 100%;
        font-size: 12px;
    }

    .loginbox input[type="password"] {
        padding: 0 5px;
        vertical-align: middle;
        height: 38px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 226, 226);
        background-color: rgb(255, 255, 255);
        color: rgb(123, 123, 123);
        border-radius: 0px;
        width: 100%;
        font-size: 12px;
    }

    
.errormsg {
    font-size: 12px;
    color: red;
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
}

.loginbttn {
    margin-top: 11px;
    width: 100% !important;
    padding: 6px;
    border-radius: 0px;
    background-color: #0086b4; /*#209048;*/
    font-size: 16px;
    color: white;
}



.messagesDiv {
    text-align: center;
    color: red;
}



.trust-div-box {
    position: absolute;
    bottom: 18px;
    right: 10px;
    z-index: 100;
}


img#companylogo {
    width: 240px !important;
}

#Div_HomePage{
    margin:200px;
}

.heading_center{
    text-align:center;
}

.input_box{
    margin:10px;
    width:90%;
}

.validation-summary-valid li{
    display:none;
}

.inputGroup {
    margin-top: 15px;
}

.userNameheading {
    text-align: center;
    color: white;
    font-size: 14px;
}

.logoutbttn{
    margin-top:20px;
}

.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    font-family: monospace;
    border-right: 0.12em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    letter-spacing: 0.05em; /* Adjust as needed */
    animation: typing 2.5s steps(100, end), blink-caret 0.75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: orange;
    }
}

#leftbox {
    width: 45%;
    transition: width 1000ms ease;
}

#leftbox:hover {
    width: 55%;
}