﻿@charset "utf-8";
/* CSS Document */

/*--------------------login page---------------------------*/

body {
    background: url(../images/log_bg.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.log-bg {
    background: url(../images/log_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-container.card {
    max-width: 400px;
    padding: 30px;
    background-color: rgba(255,255,255,0.7);
    border: 0px solid#c9cdd1;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.30);
}

    .card-container.card h1 {
        color: #333;
        font-size: 22px;
        font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: none;
    /* just in case there no content
    padding: 20px 25px 30px;*/
    margin: 0 auto 25px;
    margin-top: 135px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px;
    /* -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    height: auto;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 14px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

input[type="submit"].block-btn {
    width: 50%;
    height: 40px;
    background: #e42329;
    box-sizing: border-box;
    border-radius: 50px;
    border: 0px solid #FFFFFF;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-family: 'open_sansregular';
    outline: none;
    cursor: pointer;
    margin: 10px 0px 10px 75px;
}




/*----------*/


.login-block {
    width: 325px;
    padding: 0px;
    background: none;
    border-radius: 0px;
    border-top: 0px solid #ff656c;
    margin: 0 auto;
}



    .login-block button {
        width: 50%;
        height: 40px;
        background: #e42329;
        box-sizing: border-box;
        border-radius: 50px;
        border: 0px solid #FFFFFF;
        color: #fff;
        text-transform: none;
        font-size: 18px;
        font-family: 'open_sansregular';
        outline: none;
        cursor: pointer;
        margin: 10px 0px 10px 75px;
    }

        .login-block button:hover {
            background: #2e3192;
            color: #fff;
        }


/*----------*/

.ur-colom {
    height: 50px;
    border-bottom: 1px solid#cfced0;
    margin-bottom: 15px;
    padding-top: 15px;
}

.icon-colom {
    height: 26px;
    width: 26px;
    float: left;
}

.text-colom {
    float: left;
    margin-left: 10px;
    width: 88%;
}

    .text-colom input {
        background: none;
        border: none;
        color: #333333;
        font-size: 15px;
        font-family: 'open_sansregular';
    }





.hbg {
    margin-top: 0px;
    padding: 20px 0px;
}

/*-----------------------------*/

.sign {
    display: inline-block;
    margin: 30px 0px;
}

    .sign li {
        display: inline-block;
        padding: 0px 10px;
    }

        .sign li a {
            color: #333333;
            font-size: 13px;
            font-family: 'open_sansregular';
            font-weight: none;
        }

            .sign li a:hover {
                color: #e42329;
            }

.line {
    color: #cfced0;
}

.hint {
    margin-left: -53px;
}

.arow {
}


/*-----------------------------*/

@media screen and (min-width: 320px) and (max-width: 568px) {
}


@media screen and (min-width: 320px) and (max-width: 568px) {


    .card-container.card {
        max-width: 400px;
        /*padding: 40px 35px;*/
        background-color: none;
        border: 0px solid#c9cdd1;
    }

    .login-block {
        width: 300px;
        padding: 0px 10px 0px 0px;
        background: none;
        border-radius: 0px;
        border-top: 0px solid #ff656c;
        margin: 0 auto;
    }

    .text-colom {
        float: left;
        margin-left: 5px;
        width: 75%;
    }

        .text-colom input {
            background: none;
            border: none;
            color: #FFF;
            font-size: 16px;
            font-family: 'open_sansregular';
        }


    .card {
        background-color: none;
        /* just in case there no content
    padding: 20px 25px 30px;*/
        margin: 0 auto 25px;
        margin-top: 0px;
        /* shadows and rounded borders */
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 0px;
        /* -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
        height: auto;
    }
}




@media screen and (min-width: 360px) and (max-width: 640px) {


    .card-container.card {
        max-width: 400px;
        /*padding: 40px 35px;*/
        background-color: none;
    }

    .login-block {
        width: 282px;
        padding: 0px 10px 0px 0px;
        background: none;
        border-radius: 0px;
        border-top: 0px solid #ff656c;
        margin: 0 auto;
    }

    .text-colom {
        float: left;
        margin-left: 5px;
    }

        .text-colom input {
            background: none;
            border: none;
            color: #FFF;
            font-size: 16px;
            font-family: 'open_sansregular';
        }

    .card {
        background-color: none;
        margin-top: 70px;
        height: auto;
            /*526px;*/
    }

    body {
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .log-bg {
        background: #fff;
    }
}




@media screen and (min-width: 375px) and (max-width: 667px) {



    .card-container.card {
        max-width: 400px;
        /*padding: 40px 35px;*/
        background-color: none;
    }

    .login-block {
        width: 288px;
        padding: 0px 10px 0px 10px;
        background: none;
        border-radius: 0px;
        border-top: 0px solid #ff656c;
        margin: 0 auto;
    }

    .text-colom {
        float: left;
        margin-left: 5px;
    }

        .text-colom input {
            background: none;
            border: none;
            color: #FFF;
            font-size: 16px;
            font-family: 'open_sansregular';
        }

    .card {
        background-color: none;
        margin-top: 70px;
        height:auto;
         /*//528px;*/
    }
}



@media screen and (min-width: 414px) and (max-width: 736px) {


    .card {
        background-color: none;
        margin-top: 100px;
        height: auto;
            /*528px;*/
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {


    body {
        background: url(../images/log_bg2.jpg) no-repeat fixed;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .log-bg {
        background: url(../images/log_bg2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}




.topright {
    position: absolute;
    top: 281px;
    right: 50px;
    font-size: 18px;
}

.ErrorPswdCmplxtymsg {
    font-size: 1em;
    position: absolute;
    border: 0.1em solid #989393;
    margin: 7px 0px;
    padding: 8px 10px 8px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f7f5f5;
    z-index: 99;
    left: 5px;
    box-shadow: 2px 2px 6px 0px #a7a4a4;
    width: 300px;
}

.ErrorPswdCmplxtymsgtop {
    border: 0.1em solid #989393;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    left: 15px;
    top: -6px;
    background: #f7f5f5;
}
