﻿@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

html,
body {
    height: 100%;
}

.nimble-login-container {
    background-color: white !important;
    overflow: hidden;
}

.sign-in-button {
    background-color: #1260CE !important;
    width: 500px !important;
    transition: background-color 0.5s ease; 
}

    .sign-in-button:hover {
        background-color: #69A2F2 !important;
    }

.nimble-login-title {
    color: #1260CE !important;
    font-size: 24px;
    font-family: [Segoe UI] sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.nimble-login-welcome {
    color: #262626 !important;
    font-size: 52px;
    font-family: Figtree;
    font-weight: 600;
    margin-top: 10%;
    text-align: center;
}

.welcome-attributes {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08)) drop-shadow(0px 9px 28px rgba(0, 0, 0, 0.05));
    color: #1260CE;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.login-background-with-image {
    background: linear-gradient(180deg, rgba(18, 96, 206, 0.00) 0%, #1260CE 102.34%), url('../img/loginBackground.png') no-repeat center center;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    width: 3000px;
    height: 44%;
    z-index: -1;
}

.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: #1260CE !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 {
    font-family: Figtree;
    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;
}