.reg-user {
    border-radius: 8px;
    width: 350px;
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 14px 32px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

input {
    width: 100%;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 10px 10px;
    outline: 0 !important;
}

.log-in {
    width: 130px;
    height: 36px;
    background: #F85A40;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1px;
    border: none;
    color: #FFFFFF;
    vertical-align: middle;
    outline: 0 !important;
}

.log-in:hover{
    background: #dd563c;
}

.logo {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
}

.img-scale{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: 4px;
}

.image-container-login{
    height: 80px;
    width: 160px;
}

.account-span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #959595;
    vertical-align: middle;
    margin-right: 6px;
}

.sign-up-btn{
    font-family: Roboto;
    width: 122px;
    height: 33px;
    border: 1px solid #F85A40;
    background: white;
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #F85A40;
    vertical-align: middle;
    outline: 0 !important;
}

.sign-up-btn:hover{
    background: #f5f5f5;
}

.logo-beta{
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
}

.title-container-margins{
    float: right;
    margin-top: 12px;
    margin-right: 24px;
}

.custom_btn {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.custom_header {
    text-align: center;
}

.title-container{
   width: 100%;
   text-align: center;
}

.image-scale {
    max-height: 280px;
    max-width: 360px;
    padding: 8px 16px;
}


.center-text {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.login-alert {
    width: 100%;
    font-family: Roboto;
    background: #FFBFBF;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #CC3833;
    margin-bottom: 8px;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 10px 10px;
}

.login-alert a {
    color: #CC3833;
    text-decoration: underline;
}


.fill-alert {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF0800;
}

 .design {
     background:url('../static/svg/hide_password.svg');
     display: inline-block;
     height: 16px;
     width: 16px;
 }

 .privacy_policy {
     cursor: pointer;
     text-decoration: underline;
 }
 .terms_of_use{
     cursor: pointer;
     text-decoration: underline;
 }

.privacy_policy:hover {
   color: #F85A40;
}
.terms_of_use:hover{
    color: #F85A40;
}

 .opt_in_text{
     font-family: Roboto;
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     color: #959595;
 }

 .opt_in_text_parent{
     text-align: center;
     padding: 4px;
 }