body {
    padding: 0px;
    margin: 0px;
    background: url('..//images/login-body.jpg');
    background-size: 100%;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 0px ;
}
body::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #150035;
    opacity: .6;
}
.brand_logo img {
    max-width: 150px;
}
.custom-card {
    position: relative;
    background: #15003587;
    padding: 15px;
    border-radius: 10px;
}
.head_top h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 34px;
    text-shadow: 0px 5px 4px #ff9c18;
}
.head_top span {
    color: #ffc325;
    display: block;
}
.custom-input {
    background: #1a092db5;
    width: 100%;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px #ffb12159 solid;
    color: #fff;
}
.custom-input::placeholder {
    color: #ffffff40;
    font-size: 14px;
}
   
.custom_btn {
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    text-align: center;
    width: 100%;
    border: 0;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
}
a.text-orange {
    color: #ff9c1b;
    text-decoration: none;
}