label{
    font-weight: 600;
}

    .form-control:focus
    {
        border-color: #00ce81;
    }

.form-control-login
{
    min-height: 40px;
    border-radius: 5px;
}

.btn-login
{
    background: #008080 !important;
    color: #fff !important;
    padding: 0px 30px 0px 30px;
    width: auto !important;
    border-radius: 5px;
    min-height: 40px;
}

    .btn-login:active
    {
        border: none;
        background: #006666 !important;
        line-height: normal;
        color: #fff;
    }

    .btn-login:hover, .btn-login:focus
    {
        background: #006666 !important;
        color: #fff;
    }

.form-group .btn-login{
    margin-bottom: 30px;
}

.form-control:focus
{
    border: 1px solid green;
    box-shadow: 0 0 0 0.01rem #008080;
}

.login-background
{
    background: url("/images/general/login.png") no-repeat;
    background-size: cover;
    color: white;
}

.login-form
{
    height: 100vh;
}

.login-logo
{
    position: absolute;
    left: 3rem;
    top: 3rem;
    background: url("/images/general/logoc.svg") no-repeat;
    background-size: auto;
    width: 16rem;
    height: 3rem;
}

@media screen and (max-height: 470px)
{
    .login-logo
    {
        display: none;
    }
    /* show it on smaller screen */
}

.login-logo-white
{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.login-footer{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3px;
}

.login-header-margin{
    margin-bottom: 15px;
    max-width: 450px;
}

.login-side-block
{
    height: 100vh;
    padding: 10%;
}