﻿.TelerikModalOverlay {
    opacity: 0.8 !important;
}

.dbms {
    font-size: 12px;
}

.EmployeePortalLogin {
    background-color: #F7FAFB;
    background-image: url('../../../Contents/Images/pattern-login.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
}

* {
    font-family: "Poppins", sans-serif;
}

.hiddenbutton {
    display: none;
}

.login-container {
    padding-left: 15px;
    padding-right: 15px;
}

    .login-container .panel-body {
        background: #fff;
        box-shadow: 0px 0px 52.43px -2.29px #e7eef4;
        margin: 64px auto;
        width: 654px;
        border-radius: 6px;
        padding: 38px;
    }

.panel-footer {
    padding: 15px 30px;
    background-color: #424242;
    border-top: 1px solid #4c4c4c;
}

label {
    color: #74a746;
}

.btn-primary {
    color: #fff;
    background-color: #74a746;
    border-color: #74a746;
    border-radius: 50px;
    padding: 5px 15px;
    width: 100%;
    max-width: 100px;
}

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #74a746;
        background-image: none;
        border-color: #74a746;
    }


        .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
            color: #74a746;
            background-color: #ffffff;
            border-color: #ffffff;
            outline: none;
        }

.panel-body .row div {
    line-height: 1rem;
}

.label-div {
    text-align: right;
}

.panel-primary > .panel-heading span.glyphicon-chevron-left {
    line-height: 20px;
    color: #fff;
    opacity: 0.85;
    cursor: pointer;
}

    .panel-primary > .panel-heading span.glyphicon-chevron-left:hover {
        color: #424242;
    }

.buttons-col .btn-primary {
    margin-left: 6px;
}

input.form-control {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.errorfield span {
    margin-top: 7px;
    display: inline-block;
}

.login-container .panel {
    border-radius: 15px;
}

.panal-col-left {
    text-align: left;
    color: #fff;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}

    .panal-col-left h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        padding-bottom: 15px;
    }

        .panal-col-left h2 span {
            font-size: 16px;
            font-weight: 300;
            display: block;
        }

.GuestLogin {
    width: 100%;
    display: block;
    padding: 9px 0;
    border: 1px solid #bcd9c4;
    background: #E4F3E8;
    margin-top: 10px;
}

button.link-btn {
    width: 100%;
    display: block;
    margin-top: 11px;
    background: no-repeat;
    border: none;
    color: #253C4F;
    border: 1px solid #ddd;
    padding: 9px 0;
}

.panal-col-right:before {
    content: "";
    width: 1px;
    height: 83%;
    position: absolute;
    left: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

.panal-col-right .field-col label {
    font-weight: 400 !important;
    color: #253C4F !important;
    font-size: 14px;
    font-weight: 500 !important;
    margin-top: 16px;
}

.field-col {
    text-align: left;
    position: relative;
}

.error {
    position: absolute;
    right: 0px;
}

.panal-col-right .btn-default {
    color: #fff;
    background-color: #8A8A8A;
    border-color: #8A8A8A;
    border-radius: 50px;
    padding: 5px 15px;
    width: 100%;
    max-width: 100px;
}

    .panal-col-right .btn-default .glyphicon {
        padding-top: 2px;
    }

.btn-default.focus, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
    color: #74a746;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
}

.panal-col-right .error span {
    font-size: 11px;
    color: #f93c2e !important;
}

.errorfield.passwerdError span {
    position: absolute;
    margin-top: 0px;
}

.panal-col-right .button-col.passBtnCol {
    flex-direction: column;
}

    .panal-col-right .button-col.passBtnCol .btn {
        max-width: inherit;
    }

    .panal-col-right .button-col.passBtnCol button.btn {
        max-width: 136px;
        display: flex;
        justify-content: center;
    }

    .panal-col-right .button-col.passBtnCol .pass-btn-top input.btn {
        max-width: 150px;
    }

    .panal-col-right .button-col.passBtnCol button.btn span.glyphicon {
        padding-right: 5px;
    }

@media (max-width: 767px) {
    .login-container .panel-body {
        display: flex;
        flex-direction: column;
        background-position: bottom;
        padding-bottom: 70px;
    }

    .panal-col-left, .panal-col-right {
        width: 100%;
        padding-left: 0px;
    }

        .panal-col-right:before {
            content: none;
        }

    .panal-col-left {
        align-items: center;
    }

        .panal-col-left h2 {
            text-align: center;
        }

    .panal-col-right .button-col.passBtnCol .pass-btn-top {
        flex-direction: column;
    }

    .panal-col-right .button-col.passBtnCol button.btn {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .panal-col-right .button-col.passBtnCol .pass-btn-top input.btn {
        max-width: 100%;
    }
}


.login_panel h4 {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
}
.d-flex {
display:flex;
}

.justify-content-center {
    justify-content:center;
}

.left_panel {
    background: url(../images/divider.png) center right no-repeat;
    color: #fff;
    text-align: right;
    font-size: 17px;
}

.login_panel table tr td {
    padding-bottom: 13px;
    width: 50%;
    vertical-align: top;
}

.login-transit h3 {
    font-size: 29px;
    text-align: left;
}

.login-transit p {
    color: #6B6B6B;
    font-size: 14px;
    text-align: left;
}

.login {
    padding-right: 35px;
}

    .login img {
        margin: 9px 0 13px;
    }

.arrows {
    padding-top: 22px;
}

.login_form {
    padding: 7px 0px;
    color: #fff;
}

    .login_form label {
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: 500;
        color: #253C4F;
    }

    .login_form input[type="password"],
    .login_form input[type="text"] {
        width: 215px;
        height: 18px;
        border: none;
        background: #fff;
    }

.login-table table {
    width: 100%
}

.login_btn {
    margin-top: 18px !important;
    outline: 0;
    border-width: 0;
    border-style: none;
    border-color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    width: 100% !important;
    background: #32A250;
    color: #fff;
    padding: 11px 0 !important;
    border-radius: 5px;
}

    .login_btn:hover {
        background: #299C48;
    }

.form-control-custom {
    background: #F8F8FA !important;
    border: 0.817364px solid #D9D9D9 !important;
    width: 100%;
    display: block;
    height: 43px !important;
    border-radius: 5px;
    padding: 0px 10px;
}

.toggle-login-transit {
    background: #E4F3E8;
    display: inline-flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    border-radius: 25px;
    font-size: 14px;
}

.login-transit-parent {
    display: flex;
    margin: 16px 0;
    justify-content: center;
}

.toggle-login-transit .active {
    background: #59C36A;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff;
    width: 250px;
    text-align: center;
}

    .toggle-login-transit .active a {
        color: #fff;
    }

.toggle-login-transit .inactive {
    padding: 0 10px 0 20px;
}

    .toggle-login-transit .inactive a {
        color: #253C4F;
        text-decoration: none;
    }

.copy_write {
    color: #253C4F;
    font-size: 13px;
    text-align: center;
    margin-top: 19px;
}

.copy-right-text {
    background: #F6F9FB;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 9px 0;
    font-size: 13px;
}

    .copy-right-text p {
        margin: 0px;
        text-align: center;
        padding: 0px 105px;
    }

.error-msg {
    color: red;
    font-weight: normal !important;
    display: block !important;
    font-size: 13px !important;
    border: solid 1px red;
    padding: 2px;
    background: #fff8f8;
    border-radius: 2px;
    margin-bottom: 10px;
}

.microsoft-button {
    background: #ebebeb;
    overflow: hidden;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    width: 53%;
    margin: 0px auto;
    position: relative;
    height: 46px;
    box-shadow: 1px 3px 4px #ddd;
}

svg.SignInButton {
    position: absolute;
}

div#ms-login {
    margin: 30px 0 13px 0;
}
