body {
    background: url('img/background-1.jpg') center fixed;
    /* background-size: 314px 228px; */
    background-size: cover;
    /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
}

.log-modal,
.reg-modal {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

form {
    width: 70%;
    margin: auto;
}

.forget-link,
.sign-up-link,
.already-user-link {
    cursor: pointer;
}

.forget-link:hover,
.sign-up-link:hover,
.already-user-link:hover {
    border-bottom: 1px solid #546dff;
    color: #546dff;
}

.form-block input {
    margin: 0;
}

.form-group .pass-input {
    background: inherit !important;
    color: #495057 !important;
    /* border: none; */
    border: 1px solid #ced4da;
    border-bottom: 2px solid #e6e6e6;
    padding: 4px;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.pass-input {
    background: inherit !important;
    color: #ccc !important;
    border: 1px solid #2e2e2e;
    border-left: none;
    border-bottom: 2px solid #2e2e2e;
}

#reg-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
    width: 80%;
    max-width: 500px;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    /* transform-style: preserve-3d; */
    backface-visibility: hidden;
}

/* Log Form Styling */
#log-form {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    /* transform-style: preserve-3d; */
    backface-visibility: hidden;
}

/* Reset Password Form Styling */
#reset-form {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    /* transform-style: preserve-3d; */
    backface-visibility: hidden;
}

/* Form Flip Animation */
#reg-form.flip {
    transform: rotateY(180deg) translate(-50%, -50%);
}

#log-form.flip {
    transform: rotateY(180deg) translate(-50%, -50%);
}

#logModal #password {
    border-right: none;
}

.submit-btn {
    color: #fff;
    line-height: 1;
    width: 100%;
    font-size: 1.2rem;
    min-height: 3rem;
    padding: 0 1.33333333em;
    border-color: #1f13fd;
    background-color: #1f13fd;
}

.submit-btn:active,
.submit-btn:hover {
    color: #fff;
    border-color: #372ed7;
    background-color: #372ed7;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* input:focus {
    border-color: #dff2e6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #dff2e6, 0 0 4px 0 #dff2e6;
    -moz-box-shadow: 0 0 0 1px #dff2e6, 0 0 4px 0 #dff2e6;
    box-shadow: 0 0 0 1px #dff2e6, 0 0 4px 0 #dff2e6;
} */

/* 
.select2 {
    width: 100% !important;
}

.select2 {
    background: #181818;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    height: 50px !important;
    padding-left: none;
    background: inherit !important;
    border: none !important;
    border-radius: none !important;
}

.select2-container--default .select2-selection--single{
    line-height: 45px;
    font-size: 18px;
    height: 50px !important;
    padding-left: none;
    background: inherit !important;
    border: none !important;
    border-radius: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 45px !important;
    font-size: 18px;
    height: 50px !important;
    padding-left: 15px !important;
    background: inherit !important;
    border-bottom: 2px solid #e6e6e6 !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 45px !important;
    font-size: 18px;
    height: 50px !important;
    padding-left: 15px !important;
    background: inherit !important;
    border: 1px solid #2e2e2e !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 5px !important;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #3498db;
}

.select2-dropdown {
    background: #181818 !important;
    border: 1px solid #2e2e2e !important;
}

.form-block .select2,
.form-block textarea,
.select2-search__field {
    background: #181818 !important;
    color: #fff !important;
    font-size: 18px !important;
    width: 100% !important;
} */