/*
alert-primary, alert-secondary, alert-success, alert-danger, alert-warning, alert-info, alert-light, alert-dark
*/
.alert{
    padding: 10px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    background-color: #FFF;
    border: none;
    font-family: RobotoCondensed, sans-serif;
    font-size: 2rem;
    color: #212529;
}

header img {width: 21%;}

@media (max-width: 576px) {
    header {height: 40vh;overflow: hidden;}
    header img.img-fluid {width: auto; max-width:inherit; height: 100%!important; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 50%;}
}

.formRecovery{
    width: 100%;
    max-width: 45rem;
    padding: 1.5rem;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 1.5rem;
}
.formRecovery input[type="text"] {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

/*.formRecovery button{*/
/*    display: block; width: 100%;*/
/*}*/

.embedresize {
    max-width: 560px;
    margin: auto;
}

.embedresize div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.embedresize iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}