﻿body {
    padding-top: 0px !important;
}

.intro-2 {
    background: url("Images/LoginBackground_blur.jpg") no-repeat center center;
    background-size: cover;
}

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

.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;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
