﻿html, body {
    height: 100%;
}


body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    font-family: 'BYekan';
    font-size: 9pt;
    background-color: #05265B;
    /*  #414F5C;*/
    background-image: url("../images/bg-login.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 1200px) {
    body {
        background-size: cover;
    }
}

.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: 'BYekan';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/BYekan.eot?#') format('eot'), url('/fonts/BYekan.ttf') format('truetype');
}

@font-face {
    font-family: 'Mj_Casablanca';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Mj_Casablanca.eot?#') format('eot'), url('/fonts/Mj_Casablanca.ttf') format('truetype'), url('/fonts/Mj_Casablanca.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.logo-center {
    text-align: center;
}

.pen-title {
    /* margin: 20px 0 50px;*/
}

    .pen-title h1 {
        color: #5A6481;
        font-family: 'Mj_Casablanca';
        font-size: 48px;
        font-weight: 300;
        margin: 0 0 20px;
    }


    .pen-title span .fa {
        color: #5A6481;
    }

    .pen-title span a {
        color: #5A6481;
        font-weight: 600;
        text-decoration: none;
    }

/* Form Module */

 

.form-module {
    background: rgba(255, 255, 255, 0.8);
    border-top: 5px solid #9EA8B0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 295px;
    padding: 10px 15px;
    position: relative;
}

    .form-module .toggle {
        background: #9EA8B0;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        height: 30px;
        line-height: 30px; 
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 30px;
    }
.form-control-sm {
    
    padding: 0 5px;
    font-size: 10pt;
    
}

        .form-module .toggle .tooltip {
            background: rgba(0, 0, 0, 0.6);
            display: block;
            font-size: 10px;
            line-height: 1;
            padding: 5px;
            position: absolute;
            right: -47px;
            text-transform: uppercase;
            top: 5px;
            width: auto;
        }

            .form-module .toggle .tooltip:before {
                border-bottom: 5px solid transparent;
                border-right: 5px solid rgba(0, 0, 0, 0.6);
                border-top: 5px solid transparent;
                content: '';
                display: block;
                left: -5px;
                position: absolute;
                top: 5px;
            }

    .form-module .form {
        display: none;
    }

.captcha_w {
    width: 134px !important;
}

.form-module .form:nth-child(2) {
    display: block;
}

.form-module h2 {
    color: #47639E;
    font-family: 'BYekan';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
}

.captcha_refresh img {
    cursor: pointer;
    height: 16px;
    width: 16px;
}


.small-input-text {
    width: 50px;
}


/*vl*/

.at-button {
    -webkit-animation: at-ripple 0.6s linear infinite;
    animation: at-ripple 0.6s linear infinite;
    background: #FFF;
    border-radius: 100%;
    bottom: 24px;
    box-sizing: border-box;
    color: #29487D;
    height: 48px;
    line-height: 60px;
    position: fixed;
    right: 24px;
    text-align: center;
    width: 48px;
    z-index: 10000000;
}

    .at-button:hover i {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .at-button i {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: 0.3s ease;
        transform: rotate(-45deg);
        transition: 0.3s ease;
    }

@-webkit-keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
    }

    100% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
    }
}

@keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
    }

    100% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
    }
}


/*start*/


.col-form-label {
    color: #29487D;
    font-size: 10pt;
}


.btn, .button, input[type="submit"], input[type="reset"], input[type="button"], .LinkButton {
    /* background-color: #9EA8B0;
    border: 1px solid #9FA6C1;*/
    background-color: #273057;
    border: 1px solid #484F70;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'BYekan';
    margin-bottom: 1px;
    padding: 2px 8px;
    text-decoration: none;
    transition: 0.3s;
}

.okbutton {
    padding: 5px 15px !important;
}

/*end*/
.boxtop {
    position: relative;
    z-index: 10;
    padding-top: 150px;
}

.centerblock > div {
    margin: 0 auto;
    display: block;
    text-align: center;
}

#crossfade > img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    z-index: 0;
}


@-webkit-keyframes imageAnimation {
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        -moz-animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        -moz-animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        -o-animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        -o-animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        -ms-animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        -ms-animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.error {
    background: #FFF0E0;
    border: 1px solid #F6A194;
    color: #C92910;
    display: block;
    font-size: 9pt;
    font-weight: normal;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
}

.btn:hover {
    background-color: #E65E25 !important;
    border: 1px solid #E65E25;
}

@media (max-width: 756px) {
    .text-end {
        text-align: right !important;
    }
}

 

:root {
    --bs-bg-opacity:0.5 !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), 0.5) !important;
}

input, button, select, optgroup, textarea {
    font-family: "Montserrat", serif;
    font-size: 12pt !important;
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
