﻿html,
 body {
    height: 100%;
}

.nimble-login-container {
    background-color: white !important;
    overflow: hidden;
}

.sign-in-button {
    color: #F5222D !important;
}

.nimble-login-title {
    color: #F5222D !important;
    font-size: 24px;
    font-family: [Segoe UI] sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.nimble-login-welcome {
    color: #F5222D !important;
    font-size: 65px;
    font-family: [Segoe UI] sans-serif;
    font-weight: bold;
    margin-top: 15%;
    text-align: center;
}

.nimble-login-highlight {
    color: white !important;
}

.nimble-login-icon {
    color: white !important;
    font-size: 50px;
}

.nimble-login-icon-container {
    width: 56px;
    text-align: center;
    margin-top: 20px;
    margin-right: 30px;
}

/*.nimble-login-background-img {
    background-image: url("/Img/people_png.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}*/

.nimble-theme-red {
    background-color: #F5222D !important;
    margin: 0px !important;
    padding: 30px;
    color: white !important;
    /*height: 100%;*/
    border-radius: 5px;
    background-image: linear-gradient(#F5222D, #ff4d4d);
}

.nimble-login-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.container {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 50%;
    margin: auto;*/
}

.content {
    height: 90%
}

.nimble-login-float {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 66%;
    margin: auto;
}

.nimble-login-external-button {
    background: #f5222d;
    padding: 7px;
    text-align: center;
    border-radius: 2px;
    color: white !important;
    box-shadow: 0 2px 10px 0 #d4d7dc !important;
    margin: 5px;
    width: 100px;
    text-decoration: none !important;
    font-weight: bold;
    border: 0px !important;
    padding: .5em 1em;
}


#login-method {
    text-align: center
}

.nimble-login-button {
    color: #ffffff;
    background-color: #f5222d;
}

.nimble-anchor-link {
    color: #f5222d;
}


.form-control:focus {
    border-color: #f5222d !important;
    box-shadow: 0 0 0 0.2rem rgb(255, 207, 210) !important;
}

/*.nimble-login-height {
    height: 100% !important;
}*/

.nimble-login-decription {
    margin: 5px !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.nimble-login-fontsize {
    font-size: 0.8rem !important;
}

.nimble-login-logo {
    padding: 1.5em 1.5em 0 1.5em
}

.nimble-login-hint {
    /*color: #f5222d;*/
}

.center {
    text-align: center;
}