﻿input::-ms-reveal {
    display: none;
}

.login-page-form-item5 > a {
    text-decoration: none;
    color: #4F5050;
    font-weight: 700;
}

.login-page-container-body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
}

.login-page-logo {
    width: 250px;
    margin-left: -10px;
}

.login-page-container {
    align-self: center;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: space-around;
    background-color: aliceblue;
}

.login-page-left-panel {
    padding: 2px 10px;
}

.login-page-right-panel {
    width: 45%;
    overflow: hidden;
}

.login-page-left-panel {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    /*background:#FFFFFF;*/
    background-image: url("../Images/logon/header-watermark.png");
    /*background-position:0 -30px;*/
    background-color: #FFFFFF;
    background-size: contain;
    /*background-repeat:repeat;*/
    background-repeat: no-repeat;
}


.login-page-form-container {
    width: 65%;
}

.login-page-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .login-page-form > .login-page-form-item, .login-page-form > .loginPanel > .login-page-form-item {
        margin-bottom: 25px;
    }

.login-page-form-item1 {
    margin-bottom: 50px;
    /*padding-left:-10px;*/
}


.login-page-form-item2 > .login-page-heading {
    font-size: 28px;
    font-family: 'Roboto',sans-serif;
    color: #4F5050;
}

.login-page-form-item2 > login-page-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.login-page-form-item4, .login-page-form-item3, .login-page-form-item2 {
    display: flex;
    flex-direction: column;
}

    .login-page-form-item4 > label, .login-page-form-item3 > label {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
        color: #4F5050;
    }

    .login-page-form-item4 > div, .login-page-form-item4 > p {
        align-self: center;
    }


.login-page-form-item > input {
    box-shadow: 2px 2px 2px rgba(79, 80, 80,0.3);
}


#loginbutton, .login-page-form-item > input {
    height: 35px;
    outline: none;
    border: 1px solid #aba8a8;
    border-radius: 10px;
    text-indent: 10px;
}

    .login-page-form-item > input:focus {
        border: 2px solid #97DAF8;
    }

#loginbutton {
    font-size: 18px;
    color: #4F5050;
    background-color: #EEEEEF;
    width: 100%;
    height: 40px;
    box-shadow: 3px 3px 2px rgba(79, 80, 80,0.3);
}

/*.login-button-main.active{
            background-color:#97DAF8 !important;
        }*/

.forget-password {
    cursor: pointer;
}

.login-page-heading {
    font-weight: 700;
    font-size: x-large;
    margin-bottom: 10px;
}

.login-page-form-item5 {
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #4F5050;
    top: -10px;
    position: relative;
}

.remember-me-checkbox {
    transform: translateY(-3px);
}

.login-page-form-item5 > label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.remember-me-text {
    padding-left: 5px;
}

.remember-me-checkbox + span {
    padding-bottom: 5px;
}

.login-page-right-panel {
    position: relative;
    width: 65%;
    background-image: url("../Images/logon/nimbus_login_background_image_small.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-color: aqua;
}

.product_logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 20%;
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));
    bottom: 0;
}

.product-logos {
    margin: 0 auto;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .product-logos .time2work-logo, .product-logos .connect-logo, .product-logos .hub-logo {
        width: 35%;
        /*height: 35px;*/
    }

/*.product-logos .hub-logo {
    width: 20%;
    height: 30px;
}*/

.login-page-right-panel-header {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.1));
}

.productBrandDescription {
    color: #FFFFFF;
}

.productBrandDescriptionHubBrand {
    color: #FFFFFF;
    display: block;
}

.login-page-right-panel-header-description, .sso-container-header-description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*color: #FFFFFF;*/
    font-size: 26px;
}

.login-page-right-panel-header-descriptionHubBrand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*color: #FFFFFF;*/
    font-size: 26px;
}

.header-time2work-logo {
    width: 50%;
    display: block;
    margin: 50px auto 0 auto;
    padding-bottom: 25px;
}

.specific-char {
    color: #97DAF8;
}

.specific-charHubBrand {
    color: #97DAF8;
    display: block;
}

.error-border {
    border: 2px solid #DB3E1F !important;
}

#lbReset {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    padding: 0 0 0 5px;
}

#lbResetNoeMail {
    position: absolute;
    top: 10px;
}

/* error message*/
.loginErrorRow {
    margin-top: 10px;
    color: #4F5050;
    position: relative;
    padding: 10px;
    width: 92%;
    border-radius: 6px;
    /*background-color:#DB3E1F ;*/
    /*color: #4F5050;*/
    /*opacity: 0.7;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(rgba(219,62,31,0.1),rgba(219,62,31, 0.1));
    border-left: 8px solid #DB3E1F;
}

.loginSuccessRow {
    margin-top: 10px;
    color: #4F5050;
    position: relative;
    padding: 15px;
    width: 90%;
    border-radius: 6px;
    /*background-color:#DB3E1F ;*/
    /*color: #4F5050;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(rgba(7,132,78, 0.1),rgba(7,132,78, 0.1));
    border-left: 8px solid #07844E;
}


#passwordLogin {
    position: relative;
}

.fa-solid {
    position: absolute;
    top: 35px;
    right: 10px;
    cursor: pointer;
    color: lightgray;
}

#versionRow {
    font-size: 10px;
    padding: 3px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
}



@media screen and (max-width: 1010px) and (max-height: 750px) {
    .login-page-right-panel {
        display: none;
    }

    .login-page-logo {
        width: 200px !important;
    }

    .login-page-left-panel {
        width: 60%;
    }

    .login-page-form-container {
        width: 60%;
    }

    .login-page-form-item.login-page-form-item2 {
        display: none;
    }

    #loginbutton, .login-page-form-item > input {
        font-size: 20px !important;
    }

    .fa-solid {
        top: 42px !important;
    }
}

@media screen and (max-width: 500px) and (max-height: 350px) {
    /*  .login-page-right-panel {
        display: none;
    }*/

    .login-page-form-item.login-page-form-item1 {
        display: none;
    }

    .login-page-left-panel {
        width: 60%;
    }

    .login-page-form-container {
        width: 60%;
    }

    .login-page-form > .login-page-form-item, .login-page-form > .loginPanel > .login-page-form-item {
        margin-bottom: 20px;
    }


    .loginErrorRow {
        display: none;
    }

    .login-page-form-item.login-page-form-item5 {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .login-page-form-item2 > .login-page-heading {
        font-size: 35px;
    }

    .login-page-description {
        font-size: 20px;
    }

    .login-page-form-item4 > label, .login-page-form-item3 > label {
        font-size: 25px;
    }

    #loginbutton, .login-page-form-item > input {
        padding: 5px;
        /*height: 60%;*/
        font-size: 20px;
    }

    .login-page-logo {
        width: 300px;
    }

    .fa-solid {
        top: 46px !important;
    }
}

@media screen and (max-width: 1010px) {
    .login-page-right-panel {
        display: none;
    }

    .login-page-left-panel {
        width: 80%;
    }

    .login-page-form-container {
        width: 80%;
    }

    .login-page-form-item2 > .login-page-heading {
        font-size: 30px;
    }

    .login-page-description {
        font-size: 15px;
    }

    .login-page-form-item4 > label, .login-page-form-item3 > label {
        font-size: 20px;
    }

    #loginbutton, .login-page-form-item > input {
        padding: 5px;
        /*height: 50%;*/
        font-size: 16px;
    }

    .login-page-logo {
        width: 250px;
    }

    .fa-solid {
        top: 40px !important;
    }
}


@media screen and (max-width: 650px) {
    .login-page-form-item2 > .login-page-heading {
        font-size: 25px;
    }

    .login-page-description {
        font-size: 12px;
    }

    .login-page-form-item4 > label, .login-page-form-item3 > label {
        font-size: 20px;
    }

    /* #loginbutton, .login-page-form-item > input {    
        font-size: 1px;
    }*/

    .login-page-logo {
        width: 200px !important;
    }
}


@media screen and (max-width: 540px) {
    .login-page-form > .login-page-form-item, .login-page-form > .loginPanel > .login-page-form-item {
        margin-bottom: 20px;
    }

    .login-page-logo {
        width: 150px;
    }
}

@media screen and (max-width: 400px) {
    .login-page-form-item5 {
        font-size: 12px;
    }
}


@media screen and (max-width: 340px) {
    .login-page-left-panel {
        width: 90%;
    }

    .login-page-logo {
        width: 150px;
    }
}





.login-page-form-item.login-page-form-item4 {
    position: relative;
}


/*loader*/

#preLoader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.loader-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader-img {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader-text {
    font-size: 18px;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*end Loader*/

/* SSO Container*/

.sso-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../Images/logon/nimbus_login_background_image_small.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-color: #D3D3D3;
}

.sso-container-item {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.1));
}

#divContent {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

#divMessage {
    color: #FFFFFF;
    font-size: 20px;
}

.sso-header-time2work-logo {
    width: 30%;
    display: block;
    margin: 50px auto 0 auto;
    padding-bottom: 25px;
}

.product-logos .sso-time2work-logo, .product-logos .sso-connect-logo, .product-logos .sso-hub-logo {
    width: 25%;
}

#sso-button.promptButton {
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
    background-color: #97DAF8 !important;
    border: 1px solid #97DAF8 !important;
    color: #4F5050 !important;
    text-align: center !important;
    width: 80px !important;
    height: 40px !important;
    margin-left: 0 !important;
}

.displayNone {
    display: none;
}


.loading {
    font-family: Roboto;
    font-size: 15pt;
    padding: 10px;
    border: 5px solid #67CFF5;
    background: #efdca4;
    display: none;
    position: fixed;
    z-index: 999;
    text-align: center;
}

    .loading.displayNone {
        display: none;
    }

.wait {
    cursor: wait;
}

.resettingPassword {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    align-self: end;
}




@media screen and (min-width: 415px) and (max-width:834px) {
    .rwDialogPopup.radalert {
        width: 326px !important;
    }    
}
@media only screen and (max-width: 834px) {
    #loginForm .RadWindow {
        width: 326px !important;
        left: 10% !important;
    }
}

