@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Open Sans', sans-serif;
}

body {
    background: url('images/background.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;

}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.login-buttons > .btn-primary {
    font-size: 12.5px;
    border-radius: 0;
    padding: 10px 35px;
    font-weight: 700;
}

.form-control {
    border-color: #d9d9d9;
    color: #000000;
    border-radius: 0;
    font-size: 12px;
}

.content {
    padding-top: 1.1rem;
}

.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    
}

.logo {
   /* background-image:url('images/logo_hd_black.png');*/
    position: relative;
    left: 50%;
    margin-left: -150px;
    margin-bottom: 30px;
    width: 300px;
    height:144px;
    display: block;
}


.login-form {
    background-color: white;
    padding: 2em 1em 1em 1em;
    font-size: 14px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
