﻿/* Common css code */
body{
    font-family: 'Global User Interface', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 480px){
    body{
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width: 481px) and (max-width: 768px){
    body {
        font-size: 15px;
        line-height: 1.45;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    body {
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 1025px) and (max-width: 1200px){
    body {
        font-size: 13px;
        line-height: 1.2;
    }
}

@media (min-width: 1201px){
    body {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media (min-width: 1501px){
    body {
        font-size: 22px;
        line-height: 1.8;
    }
}

.login-floating-container {
    border-radius: 10px;
    width: 500px;
    /*    width: 340px;*/
}

@media (max-width: 580px)  {
   .login-floating-container {
        width: 340px ;
/*        background:red;*/
    }

}

@media (max-width: 375px) {
    .login-floating-container {
        width: 310px;
        /*        background:red;*/
    }
}

.k-checkbox:checked {
    border-color: #0f6cbd !important;
    color: #fff;
    background-color: #0f6cbd !important;
}

a {
    color: #0f6cbd;
}

    a:hover {
        color: #777777;
        text-decoration: underline;
    }

button, span {
    transition: 0.2s all ease-in-out;
}

.group {
    position: relative;
    margin-bottom: 12px;
    font-size: 17px;
}

input {
    padding: 8px;
    display: block;
    width: 100%;
    border: none;
    border: 0.5px solid #3f3f3f30;
    border-bottom: 1px solid #3636369c;
    border-radius: 4px;
    color: #333;
    font-size: 1rem !important;
}

input#password{
    padding-right: 53px;
}

input:focus{
    outline: none;
}

.floaing-label {
    color: #636363;
    font-weight: normal;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    left: 15px;
    top: 9px;
    padding: 0px 5px;
    border-radius: 4px;
    transition: 0.2s ease all;
    -moz-animation: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
    input:focus ~ .floaing-label, input:required:valid ~ .floaing-label, .floaing-label.content, input:-webkit-autofill ~ .floaing-label {
        /*top: -0.5rem;*/
        font-size: 12px;
        background: white;
        /*by nikhil to align the floating label properly*/
        top: 0px;
        transform: translateY(-50%);
    }

.bar{
    position: relative;
    display: block;
    width: 100%;
}
    .bar::after before, .bar:after {
        content: "";
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #0f6cbd;
        transition: 0.2s ease all;
        -moz-animation: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before{
        left: 50%;
    }

    .bar:after{
        right: 50%;
    }

input:focus ~ .bar:before, input:focus ~ .bar:after{
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 21%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .hightlight{
    -webkit-animation: inputHighlighter 0.3 ease;
    -moz-animation: inputHighlighter 0.3 ease;
    animation: inputHighlighter 0.3 ease;
}

@-webkit-keyframes inputHighlighter{
    from{
        background: #0f6cbd;
    }
    to{
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter{
    from{
        background: #0f6cbd;
    }
    to{
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter{
    from{
        background: #0f6cbd;
    }
    to{
        width: 0;
        background: transparent;
    }
}

.microsoftBtn {
    cursor: pointer;
    background-color: #0f6cbd; 
    font-weight: bolder;
    padding: 8px 18px;
    border-radius: 3px;
    color: lightgray;
    font-size: small;
    border: unset;
}

    .microsoftBtn:hover {
        background-color: #094a83;
    }

    .microsoftBtn:focus {
        /*background-color: #272776;*/
    }

.microsoftBtnWhite {
    cursor: pointer;
    background-color: #dbdcdd73;
    font-weight: bolder;
    padding: 8px 18px;
    border-radius: 3px;
    color: black;
    font-size: small;
    border: unset;
    border: 1px solid rgb(0,0,0,0.1);
    transition: 0.2s ease-in-out;
}

    .microsoftBtnWhite:hover {
        /*background-color: #094a83;
        color: #fff;*/
        border: 1px solid rgb(0 0 0 / 71%);
    }

    .microsoftBtnWhite:focus {
        background-color: #272776;
    }

a.anchor{
    color: #0f6cbd;
    text-decoration: underline;
    font-size: 0.8rem;
    font-weight: 600;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear{
    display: none;
}

/* End of common css code */


.logoClass {
    height: 31px;

}

#login-container {
    /*background-image: url("~/Images/Background/auth_bg.png");*/
    background-image: url("../../Images/Background/auth_bg.png");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
/*.login-floating-container {
    border-radius: 10px;
        width: 500px;*/
/*    width: 340px;*/
/*}*/
.senFont {
    font-family: 'Sen', sens-serif;
}

.company_personal_switch {
    position: absolute;
    top: 10px;
    right: 10px;
    gap: 10px;
    display: flex
}
    .company_personal_switch .switch_cont{
        margin: 0;
    }

        .company_personal_switch .switch_cont .switch_btn {
            background-color: transparent;
            border: 1px solid rgba(0, 0, 0, 0.4);
            font-weight: 100;
            font-size: 18px;
            border-radius: 3px;
            padding: 6px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: 0.2s all ease-in-out;
            /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
        }

        .company_personal_switch .switch_cont .switch_btn:hover {
            color: #fff;
            /* background-color: #0f6cbd; */
            background-color: #555555;
        }

.user_checkbox:checked ~ span.switch_btn {
    background-color: #555555;
    color: #fff;
}

.terms_and_licenses_cont{
    margin: 5px 0px;
}

    .terms_and_licenses_cont .terms_checkbox_container {
        margin: 0;
        display: flex;
        /*gap: 8px;*/
        align-items: center;
        font-size: 13px;
        width: fit-content;
    }

.terms_checkbox_container .agree_chk_box {
    margin-right: 4px;
    border: 1px solid rgb(0 0 0 / 22%);
}

.footer_statment {
    margin: 19px 0px 0px;
    font-size: 13px;
    text-align: center;
}

    .footer_statment a {
        font-size: 12px;
        font-weight: 600;
    }

    .footer_statment.go_back a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }
    .footer_statment.go_back a i{
        transition: all 0.2s ease-in-out;
    }

    .footer_statment.go_back:hover i {
        transform: translateX(-3px);
    }

    .already_have_account_statement.footer_statment {
        margin-top: 0px;
    }
#Licenseagreement {
    font-size: 12px;
    font-weight: 600;
}

#login-container .shortLogo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
}

#login-container .titleLogo img{
    height: 100%;
    width: 100%;
}

#login-container .fullLogo {
    height: 50px;
    width: 202px;
    /* border-radius: 50%; */
    margin-bottom: 35px;
    overflow: hidden;
}

.captchaDiv {
    display: flex;
    align-items: center;
}

.signin_title {
    color: #323232;
}

.password_cont{
    position: relative;
}

    .password_cont .eye_btn {
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translateY(-50%);
        color: #474747;
        cursor: pointer;
        outline: none;
        border: 0;
        background-color: transparent;
    }

    .password_cont .eye_btn:focus{
        outline: none!important;
    }