@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

html,
body,
.view {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
.rgba-gradient {
    background: -moz-linear-gradient(to right top, rgba(42, 116, 166, 0.1) 40%, rgba(51, 80, 113, 0.3) 50%);
    background: -webkit-linear-gradient(to right top, rgba(42, 116, 166, 0.1) 40%, rgba(51, 80, 113, 0.3) 50%);
    background: linear-gradient(to right top, rgba(42, 116, 166, 0.1) 40%, rgba(51, 80, 113, 0.3) 50%);
}
.card {
    background-color: rgba(255,255,255, 0.8);
}
.md-form label {
    color: #ffffff;
}
h6 {
    line-height: 1.7;
}
video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #ff7043;
    box-shadow: 0 1px 0 0 #ff7043;
}
.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label {
    color: #ff7043;
}
.md-form .form-control {
    color: #fff;
}
.message.error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    font-size: 15px;
    text-align: center;
}
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.message.success {
    background-color: green;
    color: white;
    padding: 20px;
    border-radius: .25rem
}
.login-page {
    background-image: url(/img/fondo.jpg);
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
.black-text {
    color: #404854!important;
}
.fa {
    color: #404854;
}
.btn-mas {
    background: #e8a500;
    border-color: #e8a500;
    color: #404854;
    border-radius: 50px;
    font-size: 14px;
    padding: 9px 34px;
    line-height: 1.8em;
    text-transform: capitalize;
}
.btn-mas:hover {
    box-shadow: none;
    background: #75238b;
    border-color: #75238b;
    color: #ffffff;
}
.md-form .prefix.active {
    color: #e8a500;
}
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]) {
    border-bottom: 1px solid #e8a500;
    box-shadow: 0 1px 0 0 #e8a500;
}

.button-social {
    position: relative;
    padding-left: 44px;
    padding: 8px;
    color: #404040;
    background-color: #f8f9fa;
    border-color: rgba(0,0,0,0.2);
    border: 3px solid white;
    text-decoration: none!important;
    border-radius: 5px;
    right: 13px;
}