body {
    background: black;
    background-image: url('../res/login_background.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
}
@media (min-width: 1367px){
    body {
        background-size: 50% auto;
    }
}
@media (min-width: 1920px){
    body {
        background-image: url('../res/bg-image.png');
        background-size: cover;
        background-position: bottom center;
    }
}
#sideRight {
    background: white;
}
#sideRight .container-fluid {
    padding: 80px 100px;
    height: 100vh !important;
}
#loginForm {
    margin-top: 80px;
}
footer {
    display: block;
    height: 50px;
    margin-top: -50px;
    text-align: center;
    text-transform: uppercase;
}
footer small {
    margin: 0;
}
.form-group {
    margin-top: 50px;
}
input[type=text],
input[type=email],
input[type=password] {
    border: 0;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
}
input + label {
    position: absolute;
    margin-left: 10px;
    margin-top: -30px;
    transition: all 250ms ease;
}
input:focus + label {
    color: #fad000;
}
input:focus + label,
label.stay {
    margin-top: -55px;
}
.btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 993px) {
    #sideRight .container-fluid {
        padding: 50px 80px;
    }
}
@media screen and (max-width: 769px) {
    #sideRight .container-fluid {
        padding: 50px 50px;
    }
}
