﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Roboto:400);

html, body {
    background-image: url('../images/login-background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.inputDiv {
    width: 100%;
    background-color: green;
    height: 80px;
    margin-top: 10%;
    align-content: center;
}

.main {
    background-color: orange;
    width: 600px;
    height: 700px;
    margin-left: 10%;
    margin-top: 10%;
}

h1 {
    font-size: 24px;
    padding-top: inherit;
}

.chat-input {
    border-radius: 10px !important;
}

.forgotPassword {
    color: #2f2c81;
    font-size: 19px;
}

.input-label {
    text-align: right;
    margin-top: 8px;
    font-size: 16px;
    color: #2f2c81;
}

.input-sm {
    font-size: 20px;
}

.row {
    margin-top: 10px;
}

.mark {
    max-width: 150px;
    max-height: 100px;
}

.text {
    color: #2f2c81;
}

input.form-control {
    background-color: #fff !important;
    height: 40px;
}

.login-remember {
    width: 24px;
    height: 24px;
}

.login-signin {
    background-color: #2f2c81;
    font-size: 16px;
    width: 100%;
}

.login-forgotpwd {
    text-decoration: underline;
}

.field-validation-error {
    color: #D82323;
    font-weight: bold;
}

.validation-summary-errors {
    color: #D82323;
    text-align: center
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.card {
    margin: auto;
    width: 50%;
    min-width: 500px;
    height: auto;
    background-color: rgba(0,0,0,0.7) !important;
}

.remember-me {
    margin-top: 10px;
    float: left;
}

.password-help {
    margin-top: 10px;
    float: right;
}

.card-header h3 {
    color: white;
}

.input-group-prepend span {
    width: 50px;
    background-image: linear-gradient(118deg, #6BE5EF 0%, #2D5C9A 100%);
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-image: linear-gradient(118deg, #6BE5EF 0%, #2D5C9A 100%);
    width: 100%;
    border: none;
}

    .login_btn:hover {
        color: black;
        background-color: #5d8fda;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.validation-summary-errors > ul > li {
    background-color: #80484800;
    color: #d11414;
    font-size: 12px;
    padding: 3px;
}
