body {
    background-color: #f1f1f1;
    font-family: "Roboto", sans-serif !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
        rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
        rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.center-v-h {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.textbox {
    margin-bottom: 0px !important;
    padding: 20px !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    box-sizing: border-box !important;
    outline: none !important;
    border: 1px solid lightgray !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.login-wrapper {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 0px !important;
}

.login-wrapper .right-pane {
    background-color: #345B63;
    height: 800px;
    padding: 152px 50px 0 50px !important;
}

.login-wrapper .left-pane {
    background-color: #f1f1f1;
    height: 800px;
    padding: 152px 36px 0 108px !important;
    text-align: center;
}

.login-wrapper .label {
    color: #D4ECDD;
}

.login-wrapper .left-pane .logo {
    width: 128px;
    height: 128px;
}

.login-wrapper .left-pane .title {
    font-size: 32px;
    color: #231f20;
    text-transform: uppercase;
}

.login-wrapper .left-pane .dot {
    font-size: 32px;
    color: #f26522;
}

.login-wrapper .left-pane .login-description {
    padding-top: 24px;
    font-size: 22px;
    color: #231f20;
}

.login-wrapper .left-pane .footer {
    padding-top: 325px;
    font-size: 12px;
    font-weight: bold;
    color: #231f20;
}

.login-btn {
    padding: 15px 70px 15px 70px !important;
    background-color: #112031;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    border: 0px;
    cursor: hand; cursor: pointer;
}

.forgot-password {
    color: #ffeb3b !important;
}

@media only screen and (max-width:1080px) {

    .forgot-password {
        color: #112031 !important;
    }

    .login-wrapper .left-pane
    {
        display: none !important;
    }

    .login-wrapper .right-pane
    {
        width: 100% !important;
        padding-top: 70px !important;
        height: 100vh !important;
        background-color: #f1f1f1;
    }

    .right-pane .title, .description {
        color:  #112031;
    }

    .login-wrapper .label {
        color: #9e9e9e;
    }

    .container {
            width: 100%;
    }
    
}