.left-login-side {
    overflow-y: hidden;
    height: 100vh;
}

.left-login-side {
    background: url(../images/login/login-banner-new.jpg);
    background-position: right !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-card {

    /* border: 1px solid rgb(223, 223, 223); */
    width: 360px;
    padding: 30px;
    margin: auto;
    border-radius: 5px;
}

.form-in p {
    color: rgb(129, 129, 129);
    font-size: 13px !important;
    margin: 0;

}

.form-in input {
    border: none;
    border-bottom: 1px solid #d3d3d3 !important;
    width: 100%;
    height: 35px;
    font-size: 16px !important;
    margin-top: 7px;
    padding-bottom: 5px;
    font-weight: 600;
    background-color: transparent;
}

.form-in input:focus {
    outline: none;
    border-color: orangered !important;
}

.form-in a {
    font-size: 14px;
    display: flex;
    justify-content: end;
    margin-top: 20px;
    color: rgb(129, 129, 129);
}

.log-in-btn {
    background-color: orangered;
    width: 160px;
    height: 40px;
    color: white;
    border-radius: 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.log-in-btn:hover,
.log-in-btn:focus {
    color: whitesmoke;
    background-color: #ef4100;
    font-size: 16.3px;
    transition: .1s;
}

.login-card img {
    width: 75px;
    height: 75px;
    margin-bottom: 40px !important;
}

.grey {
    color: #574e4ea6;
    text-shadow: 0px 0px 1px black;
}

.wheat {
    background-color: #fff7f7;
}
