.left-login {
    background: url('../../images/background-login.png') center center;
    background-size: cover;
    height: 100vh;
    padding: 0 !important
}

.left-right {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.logoic {
    max-width: 300px;
    margin: 0 0 50px 0;
}

.form-control {
    padding: 20px 15px !important;
    border-radius: 0;
    background: #fff;
}

.desc-area {
    max-width: 300px;
}

label.error {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #d12828;
}
