﻿html {
    background: url(/images/bg3.png) no-repeat center right fixed;
    background-size: cover;
    overflow: hidden;
}

body {
    margin: 0px 0px 0px 0px;
    background-color: transparent !important;
    font-family: Lato;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    color: #fff;
    box-shadow: 0.25rem .25rem rgba(0, 0, 0, .10);
    font-size: 10px;
    font-weight: lighter;
    text-align: center;
}

.page-header {
    width: 100%;
    background-color: #2791D0;
    height: 65px;
    padding-top: 5px;
}

    .page-header img {
        margin: auto !important;
        display: block;
        margin: 8px auto !important;
    }

.fullButton {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 1rem;
    font-weight: bold;
    color: #575757;
    background-color: #fff;
    border: 2px solid #575757;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    letter-spacing: 4px;
}

.form-group {
    margin: 12px;
    text-align: left;
}

.form-group-divider {
    margin: 5px 0px 0px 0px;
    line-height: 1px;
}

.panel {
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.panel-title {
    font-size: 25px;
    font-weight: 500;
    color: white;
    text-align: left;
    font-family: Lato;
    text-align: center;
    text-shadow: 0px 3px 5px #000000;
}

.panel-heading {
    padding-top: 20%;
}

.panel-form {
    display: block;
    background-color: #fff;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0.25rem .25rem rgba(0, 0, 0, .10);
    padding: 10px 5px;
}

.panel-bottom {
    margin-top: 20px;
    display: block;
    text-align: center;
    overflow: auto;
}

    .panel-bottom a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        text-shadow: 0px 3px 5px #000000 !important;
        text-decoration: underline;
    }

.form-control {
    display: block;
    height: 60px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    background-color: #EEEDED !important;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0.5rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=password] {
    background-color: #EEEDED !important;
}

.modal-header {
    border-bottom: 0px !important;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 1rem 1rem 0 !important
}

    .modal-header .errorHeader {
        color: #f76969;
        font-size: 5vw;
        font-weight: 600;
        margin-left: 5px;
    }

    .modal-header .headerText {
        color: #575757;
        font-size: 5vw;
        font-weight: 700;
        margin-left: 5px;
    }

    .modal-header .close {
        font-size: 2.5rem !important;
        font-weight: 900 !important;
        margin: -1.8rem -1.4rem -1rem auto !important;
    }

.modal-footer {
    border-top: 0px !important;
    padding: .5rem .2rem 0rem .2rem !important;
}

.modal-body {
    padding: 0.5rem 1rem 0rem 1rem !important;
}

.modal-dialog {
    margin: 1.5rem !important;
}

.modal-content {
    border-radius: .75rem !important;
}

.formLabel {
    font-family: Lato;
    font-size: 19px;
    font-weight: 600;
}

.hidden {
    display: none;
}
