@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

body{
    background-color: #fff8e5;
    font-family: Roboto;
    font-size: 16px;
    background-image:url('../img/body-bg.svg');
}
.registration-form{
    background: #ffffff;
}
.error{
    font-size: 12px;
} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width:767px) {
    .bg-color-mobile {
        background-color:#F8F8F8;
    }
    .no-bg-color{
        background-color: transparent !important;
    }   
    .small-logo{
       height:150px !important; 
    }
    .access-error{
        font-size: 14px;
    }  
    .offer{
        font-size: 12px !important;
    }  
}