﻿.btn-login {
    font-weight: normal !important;
    color: #fff;
    background-color: rgba(241, 194, 46, 1);
    border-color: rgba(241, 194, 46, 1);
    margin-top: 30px;
    width: 50%;
    box-shadow: none!important;
}
.btn-login-other {
    background-color: #333;
    color: #fff;
}
.login-banner {
    width: 100%;
    height: 100vh;
    background-image: url(../images/login-banner.jpg);
    background-position-x: 30%;
    background-size: cover;
}

.login-grid {
    width: 100% !important;
}

    .login-grid > .mud-grid-item {
        padding-bottom: 0px;
    }

.login-form {
    margin-left: 20px;
    margin-right: 20px;
}

    .login-form label {
        font-size: 1.1rem!important;
    }
