/*body{
    background: #2196F3;
}
.input-group-btn {
    top: 5px;
}

.btn {
    text-transform:none;
}

.leftcont{
        padding-left: 1px;
}*/

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

body::before {
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #065ACE;
    background-image: url('../../img/favicon.png');             
    background-repeat: no-repeat;
    background-position: center;
    content: ""; 
}

.form-signin {
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    right: 0;
    vertical-align: middle;
    position: relative;
    min-width: 35%;
}

.container {
    padding-top: 10%;
    padding-left: 15px;
    margin-right: 20px;
    margin-left: auto;
    z-index: 3000;
}
.logo-base{
    position: fixed;
    bottom: 20px;
    right: 32px;
}
.logo-base img{
    position: relative;
    width: 50%;
    float: right;
    right: -20px;
    top: 10px;
    bottom: 10px;
}
.logo-base span{
    display: block;
    position: fixed;
    bottom: 0px;
    right: 10px;
}
@media (max-width: 768px) {
    body::before {
        height: 20%;
        width: 100%;
        background-size: 20%;
        background-position: center top;
    }  
    .form-signin {
        min-width: 80%;
    }          
}
@media (min-width: 768px) and (max-width: 992px) {
    body::before {
        height: 100%;
        width: 40%;
        background-size: 50%;
    }
    .form-signin {
        max-width: 50%;
    } 
}
@media (min-width: 992px) and (max-width: 1200px) {
    body::before {
        height: 100%;
        width: 52%;
    }
    .form-signin {
        width: 43%;
    } 
}
@media (min-width: 1200px) {
    /*.form-signin {
        max-width: 30%;
    } */
}
