﻿.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right;
}


/* Full-width inputs */
input[type=text], input[type=password] {
    /*            width: 100%;
                            padding: 12px 20px;
                */ margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/*Set a style for all buttons */
button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 200px !important;
}

    /* Add a hover effect for buttons */
    button:hover {
        opacity: 0.8;
    }

/* Extra style for the cancel button (red) */
/*  .cancelbtn {
                    width: auto;
                    padding: 10px 18px;
                    background-color: #f44336;
                }*/

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}
/**/
/* Avatar image */
/*   img.avatar {
                    width: 20%;
                    border-radius: 50%;
                }
        */
/* Add padding to containers */
/*.container {
                            padding: 16px;
                        }*/

/* The "Forgot password" text */
/*   span.psw {
                    float: right;
                    padding-top: 16px;
                }*/
/*
                .LoginHeader {
                 margin-left: 100px;
                            margin-right: 100px;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                border: 3px solid #f1f1f1;
                }*/

/* .LoginBody {
                    margin-left: 0px;
                    margin-right: 0px;
                    border: 3px solid #f1f1f1;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #ccc;
                }*/

/*   .LoginButtons {
                    margin-left: 20px;
                    margin-right: 20px;
                    margin-top: 20px;
                    margin-bottom: 15px;
                    border: 3px solid #f1f1f1;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                }*/

.LoginForm {
    margin-left: 10px;
    margin-right: 10px;
    /*border: 3px solid #f1f1f1;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.LoginInputForm {
    border: 1px solid #f1f1f1;
    padding: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.LoginForgetPassPart {
}

h1 {
    padding: 20px;
}

.MainLoginForm {
    /*width: 75%;*/
    margin: auto;
    background-color: white;
    margin-top: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}


body {
    background-image: url('../../Content/Images/rda-login-bg.jpg');
    height: 100%;
    /* Center and scale the image nicely */
    /* background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: IRANSans;
    direction: rtl;
}

.input-icon {
    position: absolute;
    top: 7px;
    right: 1px;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: linear-gradient(180deg, #ffffff, #d0dcf5);
    color: #44577f;
    line-height: 41px;
    border: 1px solid #ededed;
}


.form-control-radius {
    font-family: "IRANSans";
    font-size: 14px !important;
    line-height: 20px;
    height: 40px !important;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    /* padding: 15px 40px;*/
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 200px !important;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(53, 73, 95, 0.1);
    box-shadow: 0px 3px 25px 0px rgba(53, 73, 95, 0.1);
}

/* .form-horizontal .login-button {
                            background-color: #5a6680 !important;
                            border-color: #5a6680 !important;
                            color: #ffffff !important;
                            padding: 10px 35px !important;
                            border-radius: 200px !important;
                            width: 100%;
                            font-size: 25px !important;
                            float: left;
                            margin-top: 30px;
                        }*/

footer {
    height: 30px;
}

.footer.login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #034b63;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer {
    background-color: #fafcfd !important;
    min-height: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}


@media (min-width: 768px) {
    .MainLoginForm {
        width: 450px;
    }

    #CustomerLogo {
        display: block;
    }


    footer {
        display: block;
    }
}


@media (max-width: 768px) {
    .MainLoginForm {
        width: 350px;
    }

    #CustomerLogo {
        display: none;
    }

    footer {
        display: none;
    }
}
