.error {
    color: red;
}

section.login-bg {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.5) 23.44%, rgba(255, 255, 255, 0.6) 54.17%, #ffffff 100%),
        url(../../assets/img/bg/login-bg.jpg);
}
/* .login-character {
    position: absolute;
    right: -93px;
    top: 0;
} */
button.btn {
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(255, 79, 2, 0.2));
    background: linear-gradient(90.1deg, #ffa041 0.07%, #ff4f02 99.65%);
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff !important;
}

button.btn:active {
    background: linear-gradient(90.1deg, #ffa041 0.07%, #ff4f02 99.65%);
}

a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #ff4f02;
}

div.header-tit > span {
    /* font-size: 16px !important; */
}

div.header-tit > h5 {
    font-family: "Fira Sans", sans-serif;
    font-size: 25px !important;
}

.edit-popup-bg .modal-content {
    background: url(../../images/garnet/edit-details-bg.png) no-repeat 50% 10%;
    background-color: #fff;
    background-size: 85%;
    border-radius: 1em;
}

div.modal-footer {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin: auto;
    width: auto;
}

.line-input {
    position: relative;
    width: 100%;
}

.line-input svg {
    top: 10px;
    left: 5px;
    height: 25px;
    width: 25px;
    color: #ff5003;
    position: absolute;
}

.line-input .form-control.orangeCol {
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 0 45px;
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-left: 1px solid #fff0;
}

.line-input .form-control.orangeCol:focus {
    border-radius: 0;
    border-bottom: 1px solid #ff4f02;
    padding: 0 0 0 45px;
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-left: 1px solid #fff0;
}

.login-form .form-floating input:focus {
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 0%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0%);
}
.modal-mt-6{
    margin-top: 6rem;
}
.modal-mb-1{
    margin-bottom: 1rem;
}
.log-exp-btn a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    color: #ff4f02;
}