/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   DB Custom styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
}

html, body {
    text-align: center;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

body {
    background-color: #e5e5e5;
    background-color: rgba(153, 153, 153, 0.25);
}

.clear {
    width: 100% !important;
    height: 1px !important;
    clear: both !important;
}

.top-space-5 {
    margin-top: 5px !important;
}

.top-space-10 {
    margin-top: 10px !important;
}

.top-space-20 {
    margin-top: 20px !important;
}

.top-space-30 {
    margin-top: 30px !important;
}

.top-space-40 {
    margin-top: 40px !important;
}

.top-space-50 {
    margin-top: 50px !important;
}

.top-space-60 {
    margin-top: 60px !important;
}

.left-space-10 {
    margin-left: 10px !important;
}

.left-space-20 {
    margin-left: 20px !important;
}

.left-space-25 {
    margin-left: 25px !important;
}

.left-space-30 {
    margin-left: 30px !important;
}

.left-space-40 {
    margin-left: 40px !important;
}

.left-space-50 {
    margin-left: 50px !important;
}

.left-space-60 {
    margin-left: 60px !important;
}

.left-space-70 {
    margin-left: 70px !important;
}

.left-space-80 {
    margin-left: 80px !important;
}

.right-space-10 {
    margin-right: 10px !important;
}

.right-space-20 {
    margin-right: 20px !important;
}

.right-space-25 {
    margin-right: 25px !important;
}

.right-space-30 {
    margin-right: 30px !important;
}

.right-space-40 {
    margin-right: 40px !important;
}

.right-space-50 {
    margin-right: 50px !important;
}

/* =============================================================================
   Headings
   ========================================================================== */
h1 {
    text-align: left;
    margin-bottom: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

a:link,
a:active,
a:visited {
    color: #1e3e72;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =============================================================================
   Login box
   ========================================================================== */

#login-container {
    width: 100%;
    min-height: 300px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 25px;
    max-width: 500px;
}

#company-title {
    display: block;
    float: left;
    height: auto;
}

#loginForm {
    display: block;
    margin-top: 40px;
}

#loginForm form {
    margin: 0;
    padding: 0;
}

#error-container {
    width: 700px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    border-radius: 20px;
}

#error-container p {
    text-align: center;
    line-height: 100px;
    font-size: 30px;
}

/* =============================================================================
   Form
   ========================================================================== */

.form-group {
    text-align: left;
    margin-bottom: 0;
}

.form-group + .form-group {
    margin-top: 35px;
}

.form-group + .button-group {
    margin-top: 40px;
}

label {
    margin-bottom: 12px;
    color: #002244;
}

.form-control {
    /*width: 450px;*/
    max-width: 100%;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.form-control:focus {
    border-color: #002244;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button {
    width: 100%;
    height: 38px;
    background-color: #63c8f2;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.button:hover {
    background-color: #1e3e72;
    transition: all 0.3s ease;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #eaf1f7 !important;
    background-image: none;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0px 1000px #eaf1f7 inset;
}

.link {
    margin-top: 12px;
}

.disclaimer {
    margin-top: 25px;
    text-align: left;
    color: #8e8e8e;
    font-size: 12px;
}

.login-error {
    text-align: center;
    margin-top: 15px;
    color: #ec0034;
    font-weight: 500;
}

.login-btn{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

a.login-btn{
    color: white;
    text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #login-container {
        margin-top: 100px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}



