.form-control {
    font-size: 14px;
    outline: none;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ffeb3b14;
    background: #46362647;
    float: left;
    width: 100%;
    padding: 11px 31px 11px 15px;
    border-radius: 8px;
    height: 45px;
}
.form-control:focus {
    color: #fff;
}
body {
    background: url('/Assets/Website/images/R_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    border-radius: 15px;
    padding: 30px;
    background: linear-gradient(359deg, #ffed4103, #916d000a);
    backdrop-filter: blur(8px);
    box-shadow: none;
}
.button-three {
    position: relative;
    border: none;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    margin: 0px 0px 14px 0;
    font-size: 16px;
    background: linear-gradient(175deg, #ffda3a 0%, #ffcf00 100%);
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .65;
}
label.form-label {
    font-size: 14px;
    margin-top: 12px;
    color: #a5a4a4;
}