@font-face {
    font-family: FuturaPt;
    src: url("./../fonts/FuturaPTMedium.otf") format("opentype");
}

@font-face {
    font-family: FuturaPt;
    font-weight: bold;
    src: url("./../fonts/FuturaPTBold.otf") format("opentype");
}

body,html, .form-container, #form-container-row{ min-height: 100vh; }
#form-container-row{ padding: 20px; }

body{
    margin:0px;
    font-family: FuturaPt, sans-serif !important;
}

.form-container{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header p{
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* LOGIN B2B */
#login-b2b-wrapper{
    padding:20px 40px 26px 40px;
    margin:0px 0px 20px 0px;
    border-radius: 17px;
    background: #E1E1E1;    
}
@media (max-width: 767px) {
    #login-b2b-wrapper{
        padding:20px 20px 20px 20px;
        margin:0px 0px 15px 0px;
    }    
}
h1.title-change-password,
#login-b2b-wrapper h1{
    padding:0px 0px 0px 0px;
    margin:0px 0px 20px 0px;
    font-size: 20px; color: #000;
    text-align: center; font-style: normal;
    font-weight: 400; line-height: 1.2;
    text-transform: uppercase;    
}
@media (max-width: 767px) {
    h1.title-change-password,
    #login-b2b-wrapper h1{
        margin:0px 0px 15px 0px;
        font-size: 18px;    
    }
}
#login-b2b-wrapper h1 span{
    display: block;
    font-size: 26px; font-style: normal;
    font-weight: 600;
}
@media (max-width: 767px) {
    #login-b2b-wrapper h1 span{
        font-size: 24px;
    }
}
.alert{
    background: rgb(219, 31, 31) !important;
    color: #fff !important;
    border: none !important;
    position: fixed !important;
    left: -50%; top: -50%;
    z-index:100;
    opacity: 1;
    transition: opacity 2s;
    margin:0px;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.35);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);    
}
@media (max-width: 767px) {
    .alert{ width:78%;}
}
.show-box{
    left: 50%; top: 50%;
    opacity: 1;
}

#change-reset-password.text-center a{
    color: #A00014 !important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 767px) {
    #change-reset-password.text-center a{
        font-size: 14px!important;
    }
}
#change-reset-password.text-center a:hover{
   color: #000 !important; 
}

.text-danger {
    color: #dc3545!important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.hide{
    display: none !important;
}

.loader {
    border: 2px solid #fff;
    border-top: 2px solid #7e2e31;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.login-form{
    padding: 30px !important;
    width: 428px !important;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #E4D7E2;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .login-form{
        padding: 25px !important;
        width: 100% !important;
    }
}
#login-form-header{
    margin-bottom: 20px;
    text-align:center;
}
@media (max-width: 767px) {
    #login-form-header{
        margin-bottom: 15px;
    }
}
#login-form-header img{
    max-width: 100%; height: auto;
    margin:0px; padding:0px;
}

.login-form button{
    background-color: #000 !important;
    border-color: #000 !important;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    padding:10px 15px; margin:0px 0px 20px 0px;
    width: 100%; min-height: 46px;
    font-size: 16px; font-weight: 400;
    line-height: 1; color: #fff!important;
    text-align: center;
    user-select: none;
    border-radius: 100px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width: 767px) {
    .login-form button{
        padding:8px 15px; margin:0px 0px 15px 0px;
        width: 100%; min-height: 44px;
        font-size: 14px;
    }
}
.login-form button.registration{
    background-color: #A00014 !important;
    border-color: #A00014 !important;
    padding:10px 15px; margin:0px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .login-form button.registration{
        padding:8px 15px; margin:0px;
    }
}
.login-form button.private-registration{
    background-color: #636363 !important;
    border-color: #636363 !important;
    margin:0px;
}

.login-form div.private-block {
    background-color: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
    padding: 20px 40px; margin:0px 0px 15px 0px;
    border-radius: 17px;
}
@media (max-width: 767px) {
    .login-form div.private-block {
        padding: 20px 20px; margin:0px 0px 10px 0px;
    }
}
.login-form div.private-block h2{
    color: #000;
    text-align: center; font-size: 20px;
    font-style: normal; font-weight: 700;
    line-height: normal;    
    margin:0px 0px 15px 0px; padding:0px;
}
@media (max-width: 767px) {
    .login-form div.private-block h2{
        font-size: 18px;
        margin:0px 0px 10px 0px; padding:0px;
    }
}
.login-form button:hover{
    background-color: #444 !important;
    border-color: #444 !important;
}

.login-form label{
    display: block;
    margin:6px 0px 0px 0px;
    padding:0px;
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
}
@media (max-width: 767px) {
    .login-form label{
        font-size: 14px !important;
    }
}
.login-form input{
    display: block;
    width: 100%;
    height: 46px;
    padding: 0.44rem 1rem;
    font-size: 14px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius:3px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-outline.group{
    margin-bottom:20px;
}
@media (max-width: 767px) {
    .login-form input{
        height: 44px;
    }
    .form-outline.group{
        margin-bottom:15px;
    }
}