html, body, header, .view {
    height: 100vh;
}

@media (max-width: 740px) {
    html, body, header, .view {
        height: 815px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html, body, header, .view {
        height: 650px;
    }
}

.intro-2 {
    background: url("../assets/alumnos/alumnos3.jpg")no-repeat center center;
    background-size: cover;
}

.fondomask {
    background: rgb(0, 22, 130);
    background: radial-gradient(circle, rgba(0, 22, 130, 0.6204024754213483) 100%, rgba(3, 3, 98, 0) 100%);
    /* background: rgb(43, 62, 164);
    background: radial-gradient(circle, rgba(43, 62, 164, .8) 0%, rgba(25, 25, 112, .8) 50%, rgba(1, 1, 75, .8) 84%); */
}

.fondotitulo {
    background: rgb(255, 0, 0);
    background: radial-gradient(circle, rgba(255, 0, 0, 0) 0%, rgba(226, 0, 0, 0.3029867450842697) 0%);
}

.fondo_btn {
    background-color: #00043c;
}

.fondo_btn:hover {
    background-color: darkred;
}

.top-nav-collapse {
    background-color: #3f51b5 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5!important;
    }
}

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

.card {
    margin-top: 30px;
    /*margin-bottom: -45px;*/
}

.md-form input[type=text]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #8EDEF8;
    box-shadow: 0 1px 0 0 #8EDEF8;
}

.md-form input[type=text]:focus:not([readonly])+label, .md-form input[type=password]:focus:not([readonly])+label {
    color: #8EDEF8;
}

.md-form .form-control {
    color: #fff;
}