.logo{
    background: url("../img/logo_inretail_login.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 54px;
    margin: auto;
    margin-bottom: 40px;    
}
/*.logo-retails{
    background: url("../img/logo_retails.jpg");
    background-repeat: no-repeat;
    width: 500px;
    height: 76px;
    margin: auto;
    margin-top: 20px;
}*/
.icon-retails{
    background: url("../img/icon_retails.jpg");
    background-repeat: no-repeat;
    width: 300px;
    height: 45px;
    margin: auto;
    margin-top: 20px;
}
.box-form{
    background: #fff;
    width: 550px;
    height: 100%;
    display: flex;
}
.content-form{
    /*width: 550px;*/
    margin-top: 200px;
}
.form-row{
    justify-content: center;
}
.form-group{
    margin: auto;
    width: 300px;
}
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:enabled, .btn-primary:not(:disabled):not(.disabled):active{
    width: 300px;
    justify-content: center;
    margin-top: 10px;
    background-color: #1879db;
    border-color: #1879db;    
}
.btn-primary:hover{   
    background-color: #3292f4;
    border-color: #3292f4;    
}
.footer{   
    color: #000;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    position: absolute;
    bottom: 0;
    font-size: small;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 770px) {
	.content-form{
        padding-top: 200px;
        margin: auto;		
	}	
}

@media (min-width: 769px) {	
	.content-form{
        padding-top: 200px;
        margin: auto;	
	}
    .bg-image{
        background: url("../img/bg_login.jpg")right top;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position:absolute;
        background-size: contain;
    }
}