﻿html,
body,
.view {
    height: 100vh;
}

body nav.navbar {
    background-color: transparent;
}

@media (max-width: 740px) {
    html,
    body,
    .view {
        height: 815px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    .view  {
        height: 650px;
    }
}

.intro-2 {
    background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full page/img%20(11).jpg")no-repeat center center;
    background-size: cover;
}
.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;
}
.md-form h4 {
    color: #fff;
    font-size: 1.2em;
}
.form-check-input[type="checkbox"] + label::before {
    border: 2px solid #fff;
}
.form-check-input[type="checkbox"]:checked + label::before {
    border-right: 2px solid #66b9ff;
    border-bottom: 2px solid #66b9ff;
}

.code-output-container {
    border: 1px solid #f0f8ff;
    color: #fff;
    display: none;
    padding: 5px;
}