@font-face {
    font-family: robbold; /* Имя шрифта */
    src: url(../fonts/robbold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: robreg; /* Имя шрифта */
    src: url(../fonts/robreg.ttf); /* Путь к файлу со шрифтом */
}

body {
    color: #828282;
    font-weight: normal;
    font: 17px/1.6 robreg;
}

/* Heading
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #121212;
    letter-spacing: 0;
    margin: 0 auto 10px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
h3 { font-size: 26px; font-weight: 600; line-height: 1.3; }
h4 { font-size: 20px; font-weight: 600; line-height: 1.3; }
h5 { font-size: 18px; font-weight: 500; line-height: 1.4; }
h6 { font-size: 16px; font-weight: 600; line-height: 1.4; }

a {
    color: grey;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

a:hover, a:focus {
    color: #121212;
    text-decoration: none;
}

/* Montserrat Font
============================================================================= */
h1,
h2{
    font-family: Montserrat, Helvetica, sans-serif, serif;
}

input[type="text"], select, textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder{
    font-style: italic;
    font-size: 14px;
    color: #999;
    opacity: 1;
}

input[type="submit"],
#wa-my-info-edit
{
    display: inline-block;
    background: #12ac47;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
}

.wa-forgotpassword-button{
    margin-top: 20px;
}

#wa-my-info-wrapper{
    width: 70%;
    float: left;
}

.wa-auth-adapters.wa-connect{
    width: 30%;
    float: left;
}

#wa-my-info-wrapper .wa-field{
    display: flex;
}

#wa-my-info-edit-wrapper .wa-field{
    align-items: center;
}

#wa-my-info-edit-wrapper input[type="password"]{
    display: block;
    width: 143px;
    height: 20px;
    padding: 2px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#wa-my-info-wrapper .wa-name{
    flex: 25%;
}

#wa-my-info-wrapper .wa-value{
    flex: 75%;
    margin-bottom: 10px;
}

#wa-my-info-wrapper .wa-value input[type="text"],
#wa-my-info-wrapper .wa-value select,
#wa-my-info-wrapper .wa-value textarea
{
    width: 70%;
    padding: 2px 8px;
}

#wa-my-info-wrapper .wa-value select[name="profile[birthday][day]"]{
    width: 8%;
    display: inline-block;
    margin-right: 8px;
}

#wa-my-info-wrapper .wa-value select[name="profile[birthday][month]"]{
    width: 15%;
    display: inline-block;
    margin-right: 8px;
}

#wa-my-info-wrapper .wa-value input[name="profile[birthday][year]"]{
    display: inline-block;
}

@media screen and (max-width: 991px) {
    #wa-my-info-wrapper{
        font-size: 15px;
    }
    #wa-my-info-wrapper,
    .wa-auth-adapters.wa-connect
    {
        width: 100%;
        float: left;
    }
    #wa-my-info-wrapper{
        margin-bottom: 20px;
    }
    #wa-my-info-wrapper .wa-value input[type="text"], #wa-my-info-wrapper .wa-value select, #wa-my-info-wrapper .wa-value textarea {
        width: 95%;
    }
    #wa-my-info-wrapper .wa-value select[name="profile[birthday][day]"] {
        width: 25%;
    }
    #wa-my-info-wrapper .wa-value select[name="profile[birthday][month]"] {
        width: 35%;
    }
    input[type="text"], select, textarea{
        height: 28px;
    }
}



