/* common.css*/
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-UltraLight.eot"); src: local("HelveticaNeue Ultra Light"), local("Helvetica-Neue-Ultra-Light"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-UltraLight.ttf") format("truetype"); font-weight: 100; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Thin.eot"); src: local("HelveticaNeue Thin"), local("Helvetica-Neue-Thin"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Thin.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Thin.ttf") format("truetype"); font-weight: 200; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Light.eot"); src: local("HelveticaNeue Light"), local("Helvetica-Neue-Light"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.eot"); src: local("HelveticaNeue"), local("Helvetica-Neue-Regular"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.eot"); src: local("HelveticaNeue Medium"), local("Helvetica-Neue-Medium"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot"); src: local("HelveticaNeue Bold"), local("Helvetica-Neue-Bold"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Black.eot"); src: local("HelveticaNeue Black"), local("Helvetica-Neue-Black"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Black.ttf") format("truetype"); font-weight: 800; font-style: normal; }

/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext");*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic,greek");*/
html,
body,
div,
input {
    padding: 0;
    margin: 0
}

html,
body,
div,
input,
textarea,
button,
select {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    height: 100%;
    background: #F5F6FA;
}

body {
    font-family: "Helvetica";
    color: #423e3e;
    /*background-color: #fafafa;*/
    padding-top: 40px;
    font-size: 16px;
    font-weight: 400
}

body,
input,
button {
    /*font-family: "Lato", "Open Sans";*/
}

input,
textarea,
button,
select {
    outline: none
}

a[target="_blank"],
a[target="_blank"]:visited {
    color: #2b88d9;
    text-decoration: none
}

.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.small,
.small a {
    font-size: 12px;
    line-height: 15px
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
/* login.css*/

.card {
    max-width: 370px;
    min-width: 480px;
    margin: 25px auto 0 auto;
    padding: 0px 10px;
    padding-bottom: 40px;
}

.errors {
    background-color: rgba(214, 40, 34, 0.07);
    border: 1px solid rgba(214, 40, 34, 0.36);
    color: #d62822;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.auth-form {
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #DBDFEA;
    border-radius: 5px;
    padding: 32px 40px 40px;
}

.auth-form .row {
    height: 60px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.auth-form .row:last-child {
    border-bottom: none
}

.auth-form .row.name,
.auth-form .row.email,
.auth-form .row.password {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.auth-form .row.name input,
.auth-form .row.email input,
.auth-form .row.password input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0 none;
    font-size: 16px;
    line-height: 15px;
    padding: 20px 8px;
    margin-right: 2px;
    color: #666
}

.auth-form .row.submit {
    border-bottom: none;
    padding: 0 15px;
}

.auth-form .row.submit input.button {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 11px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 18px auto;
    font-weight: bold
}

.auth-form .row .icon {
    display: inline-block;
    margin: 0 11px 0 16px;
}

.auth-form .row .icon.person {
    width: 20px;
    height: 22px;
    margin-top: 19px
}

.auth-form .row .icon.email {
    width: 21px;
    height: 18px;
    margin-top: 20px
}

.auth-form .row .icon.padlock {
    width: 21px;
    height: 25px;
    margin-top: 16px
}

.link.forgot-password,
.link.signup,
.link.login {
    display: block;
    text-align: center;
}

.link.forgot-password a,
.link.signup a,
.link.login a {
    color: #1b7edf;
    text-decoration: none
}

.link.forgot-password {
    font-size: 14px
}

.link.signup,
.link.login {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    color: #666
}

@media screen and (max-height: 480px) {
    .card {
        margin-top: 20px
    }
    .auth-form .row {
        height: 50px;
    }
    .auth-form .row.name input,
    .auth-form .row.email input,
    .auth-form .row.password input {
        padding: 15px 5px
    }
    .auth-form .row .icon.person {
        margin-top: 14px
    }
    .auth-form .row .icon.email {
        margin-top: 15px
    }
    .auth-form .row .icon.padlock {
        margin-top: 11px
    }
}

html[dir=rtl] .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] .external-auth .icon,
html[dir=rtl] .icon.tick {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.logo-text {
    color: #29347A;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin: 0 11px;
}

/*.logo {
    margin: 40px auto 0 auto;
}

.logo:before {
    content: '';
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-background-size: 80px;
    -moz-background-size: 80px;
    background-size: 80px;
    background-image: url("http://fileinfo.com/images/icons/files/128/jpg-44.png");
    background-repeat: no-repeat;
    background-position: top right
}*/

@media screen and (max-width: 500px) {
    .logo {
        margin-top: 20px
    }
}

@media screen and (max-height: 480px) {
    .logo {
        margin-top: 10px
    }
}

.button {
    cursor: pointer;
    -webkit-transition: 0.1s -webkit-transform ease-in-out;
    -moz-transition: 0.1s -moz-transform ease-in-out;
    -o-transition: 0.1s -o-transform ease-in-out;
    -ms-transition: 0.1s -ms-transform ease-in-out;
    transition: 0.1s transform ease-in-out;
}

.button:active {
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -o-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99)
}

.button.blue {
    border: 0 none;
    background-color: #2b88d9;
    color: #fff;
}

.button.blue:hover {
    background-color: #4094dd
}

.button.gray {
    border: 0 none;
    background-color: #e6e6e6;
    color: #777;
}

.button.gray:hover {
    background-color: #e9e9e9
}

.buttons-external {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: 20px
}

.external-auth {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 10px;
    width: 50%;
}

.external-auth:last-child {
    margin-right: 0
}

.external-auth .button {
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 2px rgba(120, 120, 120, 0.05);
    box-shadow: 0 1px 2px rgba(120, 120, 120, 0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #444;
    text-align: center;
    font-weight: bold
}

.external-auth.facebook .button {
    color: #47629c
}

.external-auth.google .button {
    color: #db4c3f
}

.external-auth.microsoft .button {
    color: #0072c6
}

.external-auth.twitter .button {
    color: #2085d2
}

.external-auth.weibo .button {
    color: #e6162d
}

.external-auth.qq .button {
    color: #221f25
}

.external-auth .button .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
    margin-top: -6px;
    margin-left: -4px
}

html[dir="rtl"] .external-auth {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .external-auth:last-child {
    margin-left: 0
}

.auth-form.login {
    /*height: 230px*/
}

.title {
    margin: 0;
    color: #364A63;
    font-size: 23px;
    font-weight: 700;
}

.field-title {
    display: block;
    margin-top: 20px;
    color: #344357;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.input-style {
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1px solid #DBDFEA;
    border-radius: 5px;
    padding: 10px 22px;
    margin-top: 8px;
}

.submit-button {
    background: #6576FF;
    border: 1px solid #6576FF;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    margin-top: 40px;
    cursor: pointer;
    font-weight: 550;
}

@media screen and (max-height: 480px) {
    .auth-form.login {
        /*height: 200px*/
    }
}