﻿.intro-2 {
    background: url("../../assets/Login/bg-login.jpg")no-repeat center center;
    background-size: cover;
}

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

html,
body,
header,
.view {
    height: 100vh;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 700px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

.card {
    margin-top: 30px;
    /*margin-bottom: -45px;*/
}

.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #b2dfdb;
    box-shadow: 0 1px 0 0 #b2dfdb;
}

    .md-form input[type=text]:focus:not([readonly]) + label,
    .md-form input[type=email]:focus:not([readonly]) + label,
    .md-form input[type=password]:focus:not([readonly]) + label {
        color: #b2dfdb;
    }

.md-form .form-control {
    color: #fff;
}

.pink-gradient {
    background: linear-gradient(40deg, #2BBBAD, #0099CC);
}

.ml-2-5 {
    margin-left: 2.5rem !important;
}

.select-dropdown {
    color: #ffffff !important;
}

.gray-text{
    color: lightgray !important;
}

.img-empresa {
    display: inline-block !important;
}

.scrollspy-localidad{
    height: 138px !important;
}

.scrollspy-sede {
    height: 138px !important;
}

@media (min-width: 544px) {
    .card-login {
        width: 550px !important;
        margin-top: 0px !important;
    }
}

/* Medium devices (MD) (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .card-login {
        width: 550px !important;
        margin-top: 0px !important;
    }
}

/* Large devices (LG) (desktops, 992px and up) */
@media (min-width: 992px) {
    .card-login {
        width: 650px !important;
        margin-top: 0px !important;
    }
}

/* Extra large devices (XL) (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .card-login {
        width: 800px !important;
        margin-top: 0px !important;
    }
}

.vertical-scroll{
    overflow-y: scroll !important;
}