@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: fontawesome-webfont;
    src: url(../../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
}

@font-face {
    font-family: Roboto-Medium ;
    src: url(../../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Light ;
    src: url(../../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular ;
    src: url(../../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold ;
    src: url(../../fonts/Roboto/Roboto-Bold.ttf);
}

#theme2login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    height: 100vh;
    background-color: #294C82;
    background-image: linear-gradient(#294C82, #1a2942);
}

#theme2login-box {
    width: 60%;
    margin: 0 auto;
}

#theme2login-box > .row {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

#theme2login-leftbox, #theme2login-rightbox {
    height: 410px;
}

#theme2login-leftbox {
    padding-right: 0px;
    padding-left: 0px;
    color: white;
    position: relative;
    border-right: 2px solid #141355;
}

#theme2login-leftbox img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#theme2login-leftbox-content {
    border-left: 5px solid #94B3EE;
    position: absolute;
    top: 50px;
    text-align: left;
    padding-left: 10px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px;
}

#theme2login-leftbox-content h5, #theme2login-leftbox-content h1, #theme2login-leftbox-content p {
    margin: 0px;
}

#theme2login-leftbox-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: Roboto-Medium;
    line-height: 28px;
}

#theme2login-leftbox-content h5 {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: Roboto-Medium;
    font-weight: 500;
    letter-spacing: 1px;
}

#theme2login-leftbox-content p {
    font-size: 16px;
    font-family: Roboto-light;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 18px;
}

/* right box */
#theme2login-rightbox {
    background-color: white;
    padding: 0px 35px 15px 35px;
    color: #C4C4C4;
}

#theme2login-rightbox-img {
    display: flex;
    align-items: center;
    height: 160px;
}

#theme2login-rightbox-img img {
    margin: 0 auto;
}

#theme2login-username, #theme2login-password {
    width: 100% !important;
}

#theme2login-username .mat-form-field-label, #theme2login-password .mat-form-field-label {
    color: #787173 !important;
    font-size: 16px;
    font-family: Roboto-Light;
    font-weight: 200;
}

#theme2login-username .mat-input-element, #theme2login-password .mat-input-element {
    caret-color: #787173;
}

#theme2login-username .mat-form-field-underline, #theme2login-password .mat-form-field-underline {
    background-color: #969696 !important;
    height: 1px;
}

#theme2login-username .mat-form-field-ripple, #theme2login-password .mat-form-field-ripple {
    background-color: #787173 !important;
}

#theme2login-username .mat-icon, #theme2login-password .mat-icon {
    color: #bfbfbf !important;
    font-size: 20px;
}

#theme2login-box .clearfix {
    height: 25px;
    line-height: 25px;
    margin-bottom: 30px;
}

#theme2login-checkbox .mat-checkbox, #theme2login-passwordlink {
    float: left;
    color: #969696;
    font-size: 13px;
    font-family: Roboto-Light;
}

#theme2login-checkbox {
    float: left;
}

#theme2login-passwordlink {
    float: right;
}

.loginpgbtn,
#theme2login-signinbtn {
    border-radius: 0px !important;
    color: #fff !important;
    background: #2354B3 !important;
    width: 100px;
    font-family: Roboto-Medium !important;
    font-size: 18px !important;
    position: absolute !important;
    bottom: 30px !important;
    right: 35px !important;
    cursor: pointer;
    user-select: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    overflow: visible;
}

#theme2login-checkbox .mat-checkbox.mat-accent .mat-checkbox-frame {
    border: 2px solid #969696 !important;
}

#theme2login-checkbox .mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-background {
    background-color: #2354B3 !important;
    border: 1px solid #2354B3 !important;
}

#theme2login-checkbox .mat-checkbox.mat-accent .mat-checkbox-checkmark-path {
    stroke: #fff !important;
}

#theme2login-checkbox .mat-checkbox-inner-container {
    margin-right: 5px;
}

#theme2login-privacypolicy {
    color: #969696;
    font-size: 11px;
    font-family: Roboto-Light;
    float: left;
    margin-top: 20px;
}


/******privacypolicypage******/
.ppolicy-container {
    display: inline-table;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #294C82;
    background-image: linear-gradient(#294C82, #1a2942);
    overflow: hidden;
    padding: 30px;
    padding-top: 40px;

}

.ppolicy-page {
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.45);
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px;
}

.ppolicy-headingarea {
    text-align: center;
    /* padding: 30px ; */

}

.ppolicy-headingarea * {
    color: #666666;

}

.ppolicy-headingarea-mainheading {
    /* font-size: 30px; */
    font-size: 25px;
    font-family: Roboto-Light;
    font-weight: 500;
    margin-top: 10px;
}

.ppolicy-headingarea-subheading {
    font-size: 30px;
    font-family: Roboto-Medium;
    font-weight: 500;
    margin-bottom: 5px;
    color: #A7A8A9;
}

.ppolicy-headingarea-subheading-details {
    font-size: 17px;
    font-family: Roboto-Medium;
    font-weight: 500;
}

.ppolicylongtextinfo {
    float: left;
    margin-top: 5px;
    font-size: 17px;
    font-family: Roboto-Regular;
    line-height: 1.3;
    color: #A7A8A9;
}

.ppolicy-contentarea {
    height: 400px;
    overflow-y: auto;
    padding: 20px;
    direction: rtl;
}

.ppolicy-contentarea-heading {
    font-size: 17px;
    font-family: Roboto-Medium;
    font-weight: 500;
}

.ppolicy-contentarea-text {
    font-size: 17px;
    font-family: Roboto-Light;
    font-weight: 500;
}

/*  INNER DIVS */
.loginbox-innterdiv-heading {
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
}

.forgetpaswordtext {
    text-align: left;
    padding: 15px 0px;
}


/*-- Responsive-Code --*/
@media screen and (min-width: 2000px) {
    #theme2login-box {
        width: 40%;
    }
}

@media screen and (max-width: 1999px) {
    #theme2login-box {
        width: 45%;
    }
}

@media screen and (max-width: 1750px) {
    #theme2login-box {
        width: 55%;
    }
}

@media screen and (max-width: 1080px) {

    #theme2login-box {
        width: 70%;
    }

    #theme2login-leftbox-content {
        top: 50px;
    }

    #theme2login-leftbox-content h1 {
        font-size: 20px;
    }

    #theme2login-rightbox {
        padding: 0px 20px 15px 20px;
    }
}

@media screen and (max-width: 768px) {

    #theme2login-box {
        width: 90%;
        padding: 20px;
    }

    #theme2login-leftbox-content h5 {
        font-size: 15px;
    }

    #heme2login-rightbox {
        padding: 0px 20px 15px 20px;
    }

    #theme2login-rightbox-img {
        height: 130px;
    }
}

@media screen and (max-width: 575px) {

    #theme2login-container {
        display: block;
    }

    .ppolicy-headingarea {
        padding: 20px 10px;
    }

    #theme2login-box {
        margin: 10px auto;
        padding: 10px;
    }

    #theme2login-leftbox {
        border-right: none;
    }

    #theme2login-leftbox-content h5 {
        font-size: 20px;
    }

    #theme2login-leftbox-content p {
        font-size: 13px;
    }

    .ppolicy-headingarea-mainheading {
        font-size: 22px;
        font-family: Roboto-Light;
        font-weight: 500;
    }

    .ppolicy-headingarea-subheading {
        font-size: 22px;
    }

    .ppolicy-contentarea {
        height: 250px;
    }
}


@media screen and (max-width: 425px) {
    #theme2login-leftbox-content {
        margin: 15px 10px;
    }

    .ppolicy-page {
        width: 95%;
    }

    .ppolicy-container {
        padding-top: 10px;
    }

    .ppolicy-headingarea-mainheading {
        font-size: 18px;
        font-weight: bold;
    }

    .ppolicy-headingarea-subheading {
        font-size: 18px;
    }

    .ppolicy-headingarea-subheading-details {
        font-size: 13px;
        font-family: Roboto-Medium;
        font-weight: 500;
        margin-top: 10px;
    }

    .ppolicy-contentarea {
        padding: 10px;
    }

    .ppolicy-contentarea-heading,
    .ppolicy-contentarea-text {
        font-size: 14px;
    }
}


 