﻿html, body {
    height: 100%;
}

.loginBlock {
    /*background-color:#cf022b;
		background-image: linear-gradient(to right, #cf022b , #cf022b , #ef7d00);
		
		*/
}

.loginBlock .container {
    max-width: 400px !important;
    display: block;
}

.loginBlock .container {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}





@media screen and (max-width: 600px) {
    .loginBlock .container {
        border: 0 !important;
    }

    .loginBlock .logoContainer img {
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .loginBlock {
        background-color: transparent;
    }

        .loginBlock .container {
            box-shadow: 0 0 0 0;
        }
}

.logoContainer, .applicationTitle {
    text-align: center;
}


.loginBox {
    padding: 20px;
}


    .loginBox .navbar-brand {
        font-size: 1.75rem;
    }

input.loginButton {
    background: #ef7d00;
    border-color: #ef7d00;
    width: 100%;
    padding: 9px;
}

    input.loginButton:active {
        background: #ef7d00;
        border-color: #ef7d00;
    }

    input.loginButton:hover {
        background: #ff9800;
        border-color: #ff9800;
    }

    input.loginButton:focus {
        background-color: #ef7d00;
        border-color: #ef7d00;
        box-shadow: 0 0 0 0;
    }

    input.loginButton:active:focus {
        box-shadow: 0 0 0 0;
    }

.login-logo {
    text-align: center;
    margin-top: 10px;
}
