﻿
@import url('../../../fonts/font.css');
@import url('../../../fonts/fontface.css');

body {
    font-family: 'IRANSans', 'fa-regular-400',sans-serif,Helvetica !important;
    font-size: 10px !important;
}

* {
    font-family: 'IRANSans', 'fa-regular-400', sans-serif,Helvetica !important;
    font-size: 10px !important;
}

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    /*background-position: 50% 50%;*/
    background: url('../../Images/wincoin_bg.png');
    background-repeat: no-repeat;
    /*BG property is set for other browsers -webkit-background-size: cover;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input,
select,
textarea {
    max-width: 380px;
}


.login-text {
    color: white;
}

.forgot-text {
    color: #808080;
    text-decoration: underline;
    cursor:pointer;
    margin-top :15px;
    font-size:13px !important;
    margin-bottom : 5px !important;
}

.login-input {
    width: 380px !important;
    text-align : right;
}

.login-text-right {
    margin-top: -23px;
    /*margin-right: 250px;*/
}



#login .container #login-row #login-column #login-box {
    margin-top: 220px;
    margin-left: 390px;
    max-width: 600px;
    height: 320px;
}

    #login .container #login-row #login-column #login-box #login-form {
        padding: 20px;
    }

        #login .container #login-row #login-column #login-box #login-form #register-link {
            margin-top: -35px;
            margin-right: 250px;
        }

.form-control {
    height: 28.5px !important;
    width: 380px !important;
}

.center-box {
    margin: 240px auto;
    max-width: 380px;
}

.bttn {
    width: 90px;
    font-size: 15px !important;
    margin-top: -50px;
    height: 30px;
    text-align: center;
    vertical-align: middle !important;
}

.password-btn {
    width: 90px;
    font-size: 14px !important;
    height: 30px;
    text-align: center;
    vertical-align: middle !important;
}
.footer {
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
    color : white;
}
.remembermeText {
    margin-top: -12.5px !important;
    margin-left: 16px;
}
.form-control[disabled] {
    background-color: #aca2a2 !important;
    color: white !important;
    border-color: #aca2a2 !important;
}

