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("../img/login.jpg")no-repeat center center;
    background-size: cover;
    background-position: top center;
}
.top-nav-collapse {
    background-color: rgb(34, 34, 34) !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: rgb(34, 34, 34) !important;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: rgb(34, 34, 34) !important;
    }
}

.card {
    background-color: #ffffff;
}
.md-form label {
    color: #495057;
}
h6 {
    line-height: 1.7;
}


.card {
    margin-top: 30px;
    /*margin-bottom: -45px;*/

}

.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label,
.black-skin input[type="email"]:focus:not([readonly]) + label{
    color: #495057;
}

.md-form .form-control {
    color: #495057;
}

.btn-toggle-pass {
    border: none;
    position: absolute;
    top: 11px;
    background: transparent;
    right: 0;
}

.btn-toggle-pass.active {
    color: var(--info-color);
}
