body{
    font-family: 'Nunito Sans', sans-serif;
    height: 100%;
    margin: 0px;
}
.color-brand{
    color: #f3963e;
}
.bg-login {
    position: absolute;
    top: 0px;
    width: 35.6% !important;
    margin-top: 0px !important;
}
.side-left{
    height: 100vh;
    width: 35.625%;
    float: left;
    /*background-image: url(../images/bg-login.png);*/
    background-size: 100%;
    background-image: linear-gradient(179deg, #f6b12d -2%, #f15a2b 104%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
    color: white;
}
.side-right{
    background-color: #FFF;
    height: 100vh;
    width: 64.375%;
    float: left;
    padding: 80px 30px;
}
.content{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 35px;
    padding-left: 35px;
}
.form-login{
    width: 325px;
    max-width: 325px;
}
.form-login h1{
    font-size: 75px;
    font-weight: 900;
    line-height: 0.6;
    text-align: center;
    color: #f3963e;
}
.content h1{
    font-size: 24px;
}
.content h2{
    margin-top: 10px;
    font-size: 14px;
}
.content p{
    font-size: 11px;
}
.side-left img{
    margin-top: 35px;
    width: 250px;
}
.container-fluid {
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    background: #f0e68c;
}
.btn-brand{
    color: #fff;
    background-color: #f3963e;
    border-color: #f3963e;
}
.text-form{
    color: #ced4da!important;
    background-color: white;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .side-left{
        display: none;
    }
    .side-right{
        width: 100%;
        padding: 0px;
    }
}