﻿/*.box {
    background: #ffffff1a;
    border-radius: 20px;
    border: 3px solid #939393;
}*/

.inner-addon .fa {
    position: absolute;
    padding: 17px 33px;
    color: #f4b334;
    pointer-events: none;
}
.btn-next {
    padding: 9px 30px;
    background: #f4b334;
    color: #fff;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    width: 100%;
}

.form-control {
    display: block;
    width: 90%;
    height: 50px;
    padding: 9px 47px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #2a2a2ab5;
    border: none;
    background-image: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}

.form-control:focus {
    color: #fff;
    background-color: #2a2a2ab5;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.inside_field {
    display: block;
    width: 90%;
    height: 50px;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #f4b334 !important;
    background-color: #2a2a2ab5;
    border: none;
    background-image: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}
.login-btn {
    padding: 9px 30px;
    background: #2a2a2ab5;
    color: #f4b334;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    width: 90%;
    margin-bottom: 2%;
}
.login-btn:hover {
    padding: 9px 30px;
    background: #000000;
    color: #ffffff;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    width: 90%;
    margin-bottom: 2%;
}
.bottomLeft {
    color: #f4b334 !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f4b334 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f4b334 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #f4b334 !important;
}