.logo{
    background: url("../img/logo_femsa.png");
    background-repeat: no-repeat;
    width: 175px;
    height: 39px;
    margin: auto;
    margin-bottom: 40px;    
}

label{
	font-size: 0.9rem;
}

.icon-flags{
    background: url("../img/icon_flags.png");
    background-repeat: no-repeat;
    width: 255px;
    height: 38px;
    margin: auto;
    margin-top: 20px;
}
.box-form{   
    height: 100%;
    display: flex;
	width: 100%;
    margin: auto;
	position: absolute;
}
.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: #801c34;
    border-color: #801c34;    
}
.btn-primary:hover{   
    background-color: #d51f46;
    border-color: #d51f46;    
}
.footer{   
	color: #fff;
    height: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: small;
    text-align: center;
    background: #454545;
}

.bg-top{
        background: url("../img/bg_top.jpg")left top;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position:absolute;       
    }
	
.bg-bottom{
	background: url("../img/bg_bottom.jpg")right bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position:absolute;       
}

.bg-image{
		background: #fcfcfc;
		position: absolute;
		width: 100%;
		height: 100%;
    }
	
.select-pais{
	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;	
	}    
}