html, body {
  /*  height: 100%;*/
}

body {
    font-family: Tahoma;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


@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 #5A6481;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 360px;
    padding: 10px;
    position: relative;
    width: 90%;
    padding-top: 30px;
}

    .form-module .toggle {
        background: #5A6481;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin: -5px 0 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 30px;
    }

        .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;
}


input[type="text"].form-control, input[type="password"].form-control {
    width: 100%;
}


.form-module button, input[type="button"], input[type="submit"], .button {
    padding: 5px !important;
    width: 100%;
}

    .form-module button:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
        background: #CD0003;
    }

.form-module .cta {
    background: #829BCC;
    color: #FFF;
    font-size: 12px;
    padding: 10px 40px;
    text-align: center;
    width: 100%;
}

    .form-module .cta a {
        color: #FFF;
        text-decoration: none;
    }

.login-image {
    margin: 10px auto;
}

.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 {
    background: none !important;
    border: none !important;
    color: #29487D;
    font-family: 'BYekan';
    font-weight: normal;
    line-height: 29px; /*22px;*/
    margin-bottom: 1px;
    min-height: 23px;
    text-align: left;
}

input[type="text"], input[type="password"], input[type="reset"], textarea, select, option {
    border: 1px solid #ccc;
    font-size: 10pt;
    margin: 1px;
    padding: 5px 4px;
}

.btn, .button, input[type="submit"], input[type="reset"], input[type="button"], .LinkButton {
    background-color: #6D78A1;
    border: 1px solid #9FA6C1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'BYekan';
    margin-bottom: 1px;
    padding: 2px 8px;
    text-decoration: none;
    /*transition: background-color 1s ease;*/
    transition: 0.3s;
}

.okbutton {
    padding: 5px 15px !important;
}


.btn:hover, .button:focus, .button.focus, .button:hover, .button:active, .button.active, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, .LinkButton:hover {
    background-color: rgb(230, 94, 37);
    
    color: #fff;
    border: 1px solid #f6a194;
   
}


/*end*/
.boxtop {
    position: relative;
    z-index: 10;
    padding-top: 150px;
    font-family: 'Mj_Casablanca';
    
}
    .boxtop h2 {
        color: #29487d;
        background: rgba(255,255,255,0.6);
        border-radius: 6px;
         
        padding: 5px ;
        margin: 5px auto;
        text-align: center;
        width: 80%;

    }
.centerblock > div {
    margin: 0 auto;
    display: block;
    text-align: center;

}
#crossfade > img {
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -webkit-backface-visibility: hidden;
    animation: imageAnimation 30s linear infinite 0s;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    filter:  blur(5px) hue-rotate(10deg) opacity(.7);
}

    #crossfade > img:nth-child(2) {
        -moz-animation-delay: 6s;
        -ms-animation-delay: 6s;
        -o-animation-delay: 6s;
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
    }

    #crossfade > img:nth-child(3) {
        -moz-animation-delay: 12s;
        -ms-animation-delay: 12s;
        -o-animation-delay: 12s;
        -webkit-animation-delay: 12s;
        animation-delay: 12s;
    }

    #crossfade > img:nth-child(4) {
        -moz-animation-delay: 18s;
        -ms-animation-delay: 18s;
        -o-animation-delay: 18s;
        -webkit-animation-delay: 18s;
        animation-delay: 18s;
    }

    #crossfade > img:nth-child(5) {
        -moz-animation-delay: 24s;
        -ms-animation-delay: 24s;
        -o-animation-delay: 24s;
        -webkit-animation-delay: 24s;
        animation-delay: 24s;
    }

@-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;
}
