﻿* {
    margin: 0;
    padding: 0;
}
html{
    height:100%;
}

.custom-height {
    height: 460px;
}

.login-page {
    width: 400px;
    padding: 8% 0 0;
    margin: auto;
    text-align: center;
}

.logo img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 75px;
}

.logo h2 {
    width: 100%;
    text-align: center;
    padding: 0px 0;
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #12375C;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 400px;
    margin: 0 auto 0px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    .form label {
        text-align: left;
        margin: 5px 0 0px;
        width: 100%;
        float: left;
        font-family: "Calibri-Bold", "Calibri", Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #717171;
    }

    .form input {
        outline: 0;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 100%;
        height: 40px;
        margin: 0px 0 0px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 500;
        color: #929292;
    }

    .form button {
        border-radius: 4px;
        outline: 0;
        height: 45px;
        line-height: 14px;
        background: #11365b;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        font-size: 24px;
        font-weight: bold;
        margin-top:10px;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #11365b;
        }

    .form .message {
        margin: 15px 0 0;
        font-family: "Calibri-Bold", "Calibri", Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #717171;
        display: block;
        text-align: left;
    }

        .form .message input {
            width: auto;
            float: left;
            margin-right: 10px !important;
            height: auto;
            margin-top: 5px;
        }

    .form .register-form {
        display: none;
    }

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }

#root {
    background-color: rgba(0, 0, 0, 0.5);
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

html, body {
    background: #f4f6f9 !important; /* fallback for old browsers */
    font-family: Calibri-Bold, Calibri, Arial, sans-serif !important;
    font-weight: bold !important;
    height: auto !important;
    font-size: 14px;
}
body label {
    font-weight: bold !important;
}
.placeholder-div label {
    font-size: 14px !important;
}

.container-div {
    width: 100%;
    float: left;
}

.con-div-x {
    float: left;
    height: 100%;
    position: absolute;
    width: 50%; /*added by NA*/
    right: 0%; /*Modified by NA*/
}

.con-div-xd {
    position: absolute;
    right: 16%;
}

.border-div {
    width: 100%;
    float: left;
    margin: 10px auto;
    height: 1px;
    border-top: 1px solid #ddd;
}

.forgot-div {
    float: right;
    color: #2873dc;
    font-size: 11px;
    text-align: right;
    margin: 5px 0 9px;
    font-weight: 700;
}

.forgot-log-div-x {
    border-top: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0 9px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    text-decoration: none;
    color: #0059D5;
    font-weight: bold;
}
.forgot-div-x {
    border-top: 1px solid #ddd;
    padding: 10px;
    color: #2873dc;
    font-size: 13px;
    margin: 5px 0 9px;
    font-weight: 500;
    width: 100%;
    text-align: right;
    display: block;
}
.logoutlink-div-x {
    border-top: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0 9px;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    color: #0059D5;
    font-weight: bold;
}

    .forgot-div-x a {
        font-size: 14px !important;
        text-decoration: none;
        color: #0059D5;
        font-weight: bold;
    }

.lefeside-panel img {
    width: 100%;
}
.lefeside-panel1 {
    background-color: #72889e;
    display: block;
    min-height: 100vh;
}

.lefeside-panel {
    background-color: #72889e;
    height: 100%;
    position: fixed;
   

    display: inline-block;
    max-height: 100%;
    min-height: 100px;
    width: 50%; /*Modified by NA*/
    left: 0;
    
}

.container-xl {
    margin-top: 30px !important;
}

.title-x-div {
    color: #fff;
    padding: 10px;
    font-size: 38px;
    line-height: 38px;
    width: 80%;
    float: left;
    margin: 30px 5px;
    font-weight: 400;
}

.footer-btn-x {
    color: #0059d5;
    font-size: 13px;
    position: fixed;
    right: 10px;
    bottom: 5px;
}

.footer-btn-y {
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

button a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.mdivx{
    margin: 20px auto;
    font-size: 14px;
    font-weight: 600;
    display:block;
}

.inner-announcement-div {
    text-align: justify;
    position: relative;
}
.text-area{
    position:relative;

}
.announcement-word {
    text-align: left;
    padding: 5px;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #534F4F;
    position: relative;
    z-index: 9994;
    background: #e9ecef;
    width: 90%;
    top: 41px;
}
.text-area textarea {
    padding-top: 30px !important;
    height: 150px !important;
    position: relative;
    z-index: 1050;
    border: 0 !important;
    border-radius: unset !important;
    border-bottom: 1px solid #000 !important;
}

.text-area label {
    color: #838383;
}

    .text-area span.curve-img::before {
        position: absolute;
        content: "";
        background: url(../img/curve.png) no-repeat left center;
        width: 175px;
        height: 176px;
        top: -10px;
        left: -40px;
        z-index:-1;
    }

    .text-area span.curve-img::after {
        position: absolute;
        content: "";
        background: url(../img/curve.png) no-repeat left center;
        width: 175px;
        height: 176px;
        top: 60px;
        right: -37px;
        transform: rotate(180deg);
    }

.ann {
    transform: translateY(180px);
}

.p-button {
    background-color: gray !important;
}

.password-bullets {
    margin-left: -4px;
}
hr.orangeline {
    border-top: 5px solid #e77808;   
}

.acpt-button{top:30% !important;}

.acpt-button button {
    min-width: 150px !important;
}
.createCarrier-button {
    font-size: 14px;
    padding: 0 10px;
    font-weight: 500;
    background: #11365b;
    color: #FFFFFF;
    line-height: 14px;
    height: 29px;
    border-radius: 3px;
    border: 0;
    margin-top: 3px;
}
.alert-pos-x input {
    border-radius: 0 !important;
    height: 35px;
}
@media only screen and (min-width:768px) and (max-width:768px) {
    .ann {
        transform: translateY(163px);
    }
    .lefeside-panel1 {
        min-height: 100%;
    }

    .login-page {
        width: 100%;
    }

    .removeAlert-divbrowser {
        min-width: 90% !important;
        width: 90% !important;
    }

    .alert-pos-x {
        flex-direction: column;
        text-align: justify;
    }
}

@media only screen and (min-width:1023px) and (max-width:1024px) {
    .ann {
        transform: translateY(173px);
    }
}

@media only screen and (min-width:1439px) and (max-width:1440px) {
    .ann {
        transform: translateY(191px);
    }
}

@media only screen and (min-width:2559px) and (max-width:2560px) {
    .ann {
        transform: translateY(240px);
    }
}
@media (min-width:768px) and (max-width:1170px) {
    .alert-pos-x {
        flex-direction: column;
    }

        .alert-pos-x input {
            border-radius: 0 !important;
            height: 35px;
        }
}

    @media only screen and (max-width:767px) {

        .alert-pos-x {
            flex-direction: column;
        }

            .alert-pos-x input {
                border-radius: 0 !important;
                height: 35px;
            }
        .mobile-login .order-1 {
            order: 2 !important;
        }

        .mobile-login .order-2 {
            order: 1 !important;
        }

        .mobile-login .form {
            max-width: 100%;
        }

        .mobile-login .login-page {
            width: 100%;
        }

        .mobile-login .ann {
            transform: translateY(0px);
        }

        .mobile-login .lefeside-panel1 {
            min-height: 100%;
            padding-bottom: 30px;
        }

        .mobile-login .inner-announcement-div {
            padding: 20px 5px 5px 5px;
        }

        .alert-pos-x {
            flex-direction: column;
            text-align: justify;
        }

        .con-div-x, .lefeside-panel {
            width: 100%;
        }

        .login-page {
            width: 95%;
        }

        .lefeside-panel {
            background: #f8f9fa;
        }

        .acpt-button, .removeAlert-divbrowser {
            top: 5% !important;
        }
    }
