/**
 * Color UI: https://flatuicolors.com/palette/ca
 * Gradient UI: https://uigradients.com/#TheBlueLagoon
 */
 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.main_content {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("../images/leone-venter-VieM9BdZKFo-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
 
    
}
.img_capa {
    width: 100%; 
    height: 80px;
    margin-bottom: 5px;
    color:black;
    font-size: xxx-large;
    text-align: center  ;
    }

.img_capa.img{
    width: 100%;     
}
.main_content_box {
    margin: auto;
    max-width: 90%;
}

/*
 * LOGIN
 */
.login {
    width: 400px;
    max-width: 100%;
    overflow: hidden;
}

/*
* ERROR
 */
.page {
    color: #ffffff;
    width: 400px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

.page p {
    margin-top: 30px;
}

.page_user_photo {
    width: 150px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-bottom: 20px;
}