body {
    margin: 0;
    color: #000;
    overflow-x: hidden;
    height: 100%;
}
body.active .form-succes-load {
     display: flex !important;
}
 .form-succes-load {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.1);
     width: 100%;
     height: 100%;
     z-index: 10000000000000000000000;
     justify-content: center;
     align-items: center;
}
 .form-succes-load img {
     width: 50px;
}
 .form-succes-load.active {
     display: flex;
}

.card {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.yellow-text {
    color: #B8B453;
}
.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer;
}
.btn-block:hover {
    color: #fff !important;
}

.select2 {
width:100%!important;
}