* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

} 

body, td {  
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #383838;
}
body {
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;  
    color: #383838;
}
a {    
    color: #383838;   
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.headLayer a:hover, .newsBreadCrumbs a:hover {
    color: #7E4B9E; 
}
.clear {
    clear: both;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;       
}



.layer {
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: 0px auto;
}
 
.authPageLayer {
    min-height: 100%;      
    background: #dbdbdb;
    padding: 40px;
}
    
.authPageBlock {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    width: 370px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.loginFormTitle, .regTitle {
    font-size: 1.5rem;
    margin: 0px;  
    margin-bottom: 20px;
}
.loginFormInput span, .regField span, .regFormSubs span {
    display: block;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin: 10px 0;
}
.regFormSubs label {
    margin-left: 10px;
    
}

.loginFormInput input, .regField input {
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    outline-color: #6cb24a;
    padding: 1rem;
    width: 100%;
}
.loginButton, .regButton {
    border-radius: 3px;
    background: #ff8c17;
    border: 1px solid #c76d12;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 1rem;
    text-align: center;
    width: 100%;
}
.remindLink {
    color: #4a90e2;
    display: block;
    margin-bottom: 10px;
}
.regLink {
    color: #4a90e2;
    display: block;
    margin-bottom: 10px;
}
.authPageLang {
    border-top: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}
.authPageLang a {
    margin: 0px 5px;
}
.cartFormError {
    font-size: 14px;
    color: red;
    font-weight: 400;
    margin: 10px 0px 0px;
}
.regFormBottom {
    margin-top: 10px;
}