::-webkit-file-upload-button {
    border: 1px solid #ccc;
    color: #666;
    background-color: unset;
    width: 65px;
    height: 40px;
    font-size: 14spx;
    transition: ease 0.2s;
    border-radius: 5px;
}
::-webkit-file-upload-button:focus {
    outline: none;
}
::-webkit-file-upload-button:hover {
    cursor: pointer;
    color: white;
    background-color: #000;
    border: 1px solid #000;
    transition: ease 0.2s;
}
.modal-custom{
    max-width: 90rem !important;
}
.login-wrap {
    height: 100vh;
}
.login-box {
    max-width: 500px;
    width: 100%;
    margin: 5px auto;
    border-radius: 20px;
}
.box-shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.form-control {
    color: #131e22;
    font-weight: 500;
    height: 38px;
    letter-spacing: 0.035em;
}
.input-group-text {
    border: none;
    background: transparent;
}
.btn-login {
    color: white;
    background-color: #2f449c;
    background-image: none;
    border: 2px solid #2f449c;
    border-radius: 30px;
}
.btn-login:hover{
    background-color: #21327a;
    border: 2px solid #21327a;
}
.login-box .login-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 90%;
}
.input-group-append.custom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    height: 100%;
}
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}
.pd-20{
    padding: 20px;
}
.pd-30{
    padding: 30px;
}

.red-star {
    color: red;
}
