.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: #112031;
    height: 800px;
    padding: 152px 36px 0 108px !important;
}

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

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

.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%;
    }
    
}