﻿html, body {
    height: auto;
}

* {
    font-family: 'Poppins';
}

.frm_right {
    background: url(../images/MedicalLogo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.dialogOne {
    background-color: #fafafa;
    z-index: 100;
    color: #5b636b;
    width: 55%;
    margin: 0 auto;
    height: 420px;
    margin-top: 95px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 5px 15px 0, rgba(0,0,0,0.05) 0 0 0 1px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 5px 15px 0,rgba(0,0,0,0.05) 0 0 0 1px;
    box-shadow: rgba(0,0,0,0.2) 0 5px 15px 0, rgba(0,0,0,0.05) 0 0 0 1px;
}

.forget-pass {
    float: right;
    margin-right: 15px;
}

.dialog_contentOne {
    padding: 20px;
    display: flex;
}

.lg_content {
    margin-top: 100px;
    margin-left: 20px;
    color: #fff;
}

    .lg_content h5 {
        color: #fff;
        font-size: 18px;
        margin-top: 15%;
        margin-bottom: 5%;
        -webkit-animation: mover 2s infinite alternate;
        animation: mover 1s infinite alternate;
    }

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.lg_content p {
    font-size: 15px;
}

.crd_form {
    height: auto;
    width: 315px;
    margin: 0 auto;
    text-align: center;
}

    .crd_form h6 {
        color: #353535;
        font-size: 16px;
    }

    .crd_form p {
        margin-bottom: 12px;
        color: #205369;
        font-size: 12px;
        line-height: 1.8;
        font-weight: 550;
        position: relative;
    }

        .crd_form p span i {
            position: absolute;
            left: 8%;
            top: 10px;
            font-size: 15px;
        }
        .crd_form p span.eyeicon i {
            right: 0;
            left: 80%;
            cursor: pointer;
        }

        .crd_form p input {
            font-size: 0.8rem;
            line-height: 1.5;
            color: #495057;
            background-color: transparent;
            background-clip: padding-box;
            border: none;
            border-bottom: 2px solid #ced4da;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            padding: 7px 31px;
        }

            .crd_form p input:focus {
                color: #495057;
                background-color: transparent !important;
                border-color: #88aa01; /*Green color*/
                /*border-color: #52afdf;*/ /*Blue color*/
                outline: 0;
                box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
            }

            .crd_form p input:-webkit-autofill {
                background-color: transparent;
            }

.lg_buttons {
    width: 57%;
    margin: 0 auto;
}

    .lg_buttons input {
        background-image: linear-gradient(to right, #617900, #9fc700); /*Green color*/
        /*background-image: linear-gradient(to right, #48a6d7, #78d0ff);*/ /*Blue Color*/
        color: #fff;
        font-weight: 500;
        border-radius: 15px;
        transition: 0.3s;
    }

.sVersion {
    margin: 0 auto;
    width: 135px;
}
    .sVersion label, .sVersion span {
        font-size: 13px;
    }

    .frm_right {
        margin-top: 9%;
    }

.lb_logo img {
    background: #fff;
    padding: 1px 3px;
}

#spnCapsMsg {
    display: block;
    visibility:hidden;
    color: red
}

/*New style*/
.part_onelogin {
    width:35%;
}
.part_twologin {
    width:65%;
}

.lb_logo_mobile {
    display: none;
}
.labLogo img, .lb_logo_mobile img {
    width: 150px;
}
.labLogo, .lb_logo_mobile {
    width: 36%;
}
.browsupport {
    margin-left:480px;
    display:none;
}
.labLogo {
    margin:0 auto;
}
.dialog_content {
    margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .lb_logo_mobile {
        display: block;
        margin-bottom: 20px;
        width:45%;
    }

    .lb_logo_desktop {
        display: none;
    }

    .logo_clnt {
        width: 100%;
        display: flex;
        justify-items: center;
    }

    .part_onelogin {
        display: none;
    }
    .labLogo img, .lb_logo_mobile img {
        width: 120px;
    }
    .crd_form {
        width:100%;
    }
    .part_twologin {
        width: 100%;
    }
   .browsupport{
       margin-left:inherit;
       position:relative;
   }
   .browsupport_content {
       position:absolute;
       padding:5px 25px;
   }
}

@media screen and (min-width: 769px) {
    body {
        background: #dfe2ec !important;
    }
    .frm_right div:nth-child(1) {
        float: right;
    }
}

@media screen and (min-width: 1023px) {
    .dialogOne {
        background-image: url('../images/log_green.png');
        background-repeat: no-repeat;
    }
    .frm_right div:nth-child(1) {
        float: inherit;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    .dialogOne {
        height: auto;
        min-height: 430px;
    }

    .crd_form {
        padding-top: 22px;
    }
    .lg_content {
        display: none;
    }

    .dialog_contentOne {
        position: relative;
    }
}

@media screen and (max-width: 479px) {
    .frm_right {
        margin-top: 5px;
        left: 14%;
    }

    .dialogOne {
        width: 98%;
        margin-top: 11%;
        background-color: transparent;
        box-shadow: none;
    }
    .labLogo, .lb_logo_mobile {
        width: 45%;
    }
        .labLogo img, .lb_logo_mobile img {
            width: 150px;
        }    
    .logo_clnt {
        width: 100%;
        display: grid;
        justify-items: center;
    }
}
@media screen and (min-width: 480px) and (max-width: 567px) {
    .frm_right {
        margin-top: 5px;
        left: 9%;
        position: absolute;
        width: 84%
    }

    .logo_clnt {
        width: 100%;
        display: flex;
    }

    .dialogOne {
        width: 70%;
    }

    .labLogo {
        margin-right: 18px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    .frm_right {
        margin-top: 5px;
        left: 9%;
        position: absolute;
        width: 84%
    }
    .logo_clnt {
        width: 100%;
        display: flex;
    }
    .dialogOne {
        width: 70%;
    }
    .crd_form p span i {
        left: 9%;
    }
    .labLogo {
        margin: 18px 26% auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .frm_right {
        margin-top: 5px;
        left: 5%;
        position: absolute;
        width: 85%;
    }
    .labLogo {
        margin: 0px 31% auto;
        margin-right: 40px; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .frm_right {
        margin-top: 5px;
        left: 28%;
        position: absolute;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1125px) {
    .dialogOne {
        width: 68%;
    }
}
