﻿@font-face {
    font-family: 'BaseFont';
    src: url('fonts/regular.eot');
    src: url('fonts/regular.eot?#iefix') format('embedded-opentype'), url('fonts/regular.woff2') format('woff2'), url('fonts/regular.woff') format('woff'), url('fonts/regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'BaseFont';
    src: url('fonts/bold.eot');
    src: url('fonts/bold.eot?#iefix') format('embedded-opentype'), url('fonts/bold.woff2') format('woff2'), url('fonts/bold.woff') format('woff'), url('fonts/bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: Lato,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #333333 !important;
    line-height: 30px !important;
    text-align: center !important;
    height: 100% !important;
    background-color: white !important;
}

html {
    height: 100%;
}

input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
    /*height: 30px;*/
    margin: 0 !important;
    padding: 0 1px 4px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #C5C5C5 !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-family: Lato,sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 50px !important;
    color: #999999 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -o-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

    textarea,
    textarea.form-control {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 30px !important;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus,
        textarea.form-control:focus {
            outline: 0 !important;
            border-bottom: 1px solid #C5C5C5 !important;
            border-top-width: 0 !important;
            border-right-width: 0 !important;
            border-left-width: 0 !important;
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

button.btn {
    height: 44px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    vertical-align: middle !important;
    border: 0 !important;
    font-family: BaseFont, Fallback, sans-serif !important;
    font-size: 14px !important;
    color: #fff !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) !important;
    -o-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    transition: all 0.3s !important;
    background-color: #007CF4 !important;
}

    button.btn:hover {
        opacity: 0.6 !important;
        color: #fff !important;
    }

    button.btn:active {
        outline: 0 !important;
        opacity: 0.6 !important;
        color: #fff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

#LoginBodyLayout {
    width: 100%;
    height: 100%;
}

h1,
h2 {
    margin-top: 10px !important;
    font-size: 38px !important;
    font-weight: 100 !important;
    color: #555 !important;
    line-height: 50px !important;
}

strong {
    font-weight: 500 !important;
}

h3 {
    font-size: 19px !important;
    color: #000000 !important;
    padding-left: 1px !important;
}

img {
    max-width: 100%;
}

.login-header {
    background-color: #043F6D !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
}

#headerLogo {
    margin-left: 35px !important;
    height: 19px !important;
}

#loginLogo {
    padding: 29.5px 0 40px 0 !important;
    height: 130px !important;
}
/***** Top content *****/
.top-content {
    padding:0px;
}
.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.form-box {
    max-width: 400px;
    margin: 20px auto;
    padding: 40px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


/***** Bottom content *****/
.form-bottom {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    margin-bottom:20px;
    margin-top: 80px;
}
/***** Media queries *****/
@media (max-width: 767px) {
    .row {
        margin: auto;
    }
}

@media (max-width: 415px) {
    h1,
    h2 {
        font-size: 32px;
    }
}

.goodbye {
    margin-top: 30px;
    color: white;
}

h3.goodbye {
    font-size: 32px;
}

h2.goodbye {
    font-size: 40px;
}

.login-hr {
    color: #333;
    width: 90%;
    height: 0px;
    border: 1px solid #ccc;
    margin-bottom: 17px;
    margin-top:17px;
}

.login-subtitle {
    text-align: left;
    margin-bottom:30px;
}

.goodbye-row {
    padding-top: 20px;
    text-align: center;
}

.hidden-validation-fields {
    display: none !important;
}

input {
    font-family: Lato,sans-serif !important;
}

.form-control-text {
    font-family: Lato,sans-serif !important;
    height: 40px;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 10px;
}

.form-control::-webkit-input-placeholder {
    font-family: Lato,sans-serif !important;
    color: #999999;
}

.form-control:-moz-placeholder {
    font-family: Lato,sans-serif !important;
    color: #999999;
}

.form-control::-moz-placeholder {
    font-family: Lato,sans-serif !important;
    color: #999999;
}

.form-control:-ms-input-placeholder {
    font-family: Lato,sans-serif !important;
    color: #999999;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    font-size: 14px;
    font-family: Lato,sans-serif !important;
    color: #999999 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
