﻿@charset "UTF-8";

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding-top: 0;
    height: 100%;
    color: #555;
    -webkit-font-smoothing: antialiased;
    /* нестандартные св-ва - сглаживание */
    -moz-osx-font-smoothing: grayscale;
    /* нестандартные св-ва - сглаживание */
}

body, input, button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Comic Sans MS';*/
    line-height: 1.48em;
}


.authWrap {
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-top: 10%;
    position: relative;
    padding: 50px 50px 50px 50px;
}

    .authWrap .orBox {
        position: absolute;
        border-radius: 50%;
        line-height: 128px;
        background-color: #FFF;
        z-index: 4;
        width: 128px;
        height: 128px;
        border: 1px solid #dedede;
        color: #000;
        font-size: 38px;
        font-weight: 100;
        text-transform: uppercase;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        text-align: center;
    }

@media all and (max-width: 767px) {
    .authWrap {
        border: none;
        margin-top: 0;
        padding: 20px;
    }
}

.authWrap h2 {
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 1px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
}

.authWrap .label {
    display: block;
    color: #0e1119;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: left;
}

.authWrap .field {
    box-shadow: inset 0 1px 9px rgba(15, 16, 17, 0.09);
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 14px;
    color: #0e1119;
    border: 0 none;
    outline: 0 none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 21px 10px 21px;
}

.authWrap .submitBtn {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-top: 10px;
    padding: 7px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    border: 0 none;
    outline: 0 none;
    -webkit-transition: background-color 0.3s !important;
    transition: background-color 0.3s !important;
}

input.input-validation-error {
    background-color: #f2dede !important;
}

.dxeValidStEditorTable #DateOfBirth_I {
    background-color: #f2f2f2 !important;
}

.dxeInvalid_MetropolisBlue {
    background-color: #f2dede !important;
}

.m-t-0 {
    margin-top: 0;
}
