﻿body {
    /*background-color: rgb(241, 243, 245)!important;*/
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;

    background-color: rgba(44,55,75,0.8);
    background-image: url("../../Resources/london.jpg");
    background-position-y: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.login-main-container {
    padding-left: 15px;
    padding-right: 15px;
}

.login-content-container {
    text-align: left;
}

.login-content {
    margin-top: 7em;
    background-color: rgba(44, 55, 75, 0.95);
    padding: 30px 70px 30px 70px;
    color: rgb(252,252,252);
    border-radius: 5px;
}

.error-container {
     margin-top: 5px;
}

.main-content-container {
    overflow-y: hidden;

    /*box-sizing: border-box;
    min-height: calc(100vh);*/
}

.div-login-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%;
    color: white;
    background-color: rgba(44, 55, 75, 0.95);
    font-size: 11px;
    padding-top: 3px;
}
.footer-contact-details {
    font-size: 13px;
    margin-top: 8px;
}

.footer-content {
    line-height: 10px;
    margin-left: 8px;
}


input {
    color: #666;
}

.stt-text {
    font-weight: 400;
}

.btn-login {
    background-color: transparent;
    width: 85px !important;
    border-color: rgb(252,252,252) !important;
}

    .btn-login:hover, .btn-login:focus, .btn-login:active {
        color: rgb(252,252,252) !important;
        transition: border-color .5s;
        border-color: rgb(232, 89, 87) !important;
    }

.btn-register {
    background-color: transparent;
    color: rgb(252,252,252);
    width: 85px!important;
    border-radius: 0 !important;
    border-color: rgb(252,252,252) !important;
}

    .btn-register:hover, .btn-register:focus, .btn-register:active {
        color: rgb(252,252,252) !important;
        transition: border-color .5s;
        border-color: rgb(232, 89, 87) !important;
    }



#company_logo {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}



#btnLogin, #btnSubmitRegister {
    width: 100px;
    border-radius: 0;
    margin-right: 10px;
}

#btnRegister, #btnReset {
    width: 40%;
    border-radius: 0;
}

#login-options-container {
    width:100%;
    margin-left:0px;
}

a {
    color: rgb(252,252,252)!important;
}


.modal-content {
    background-color: rgba(42, 49, 54, 0.97)!important;
}