.main-login{
padding: 30px 0px;
}

.title-login{
font-size: 30px;
font-weight: 700;
}
.custom-input {
  border: 1px solid #E5CB96;
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 15px;
  margin-top: 9px;
}
.custom-input:focus {
  border-color: #E5CB96;
  box-shadow: none;
  background: transparent;
  outline: none;
}
.custom-input::placeholder {
  color: #999;
}
.btn-filter a,
.btn-filter button {
background: #7F0415;
color: #fff;
padding: 8px 10px;
width: 100%;
border: none;
margin-top: 14px;
transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
display: inline-block;
text-align: center;
cursor: pointer;
}
.btn-filter a:hover,
.btn-filter button:hover {
background: #822c38;
transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.continue{
margin-top: 14px;
color: #393939;
text-align: center;
font-size: 18px;
}
.sign-top{
margin-top: 12px;
}
.continue a{
color: #7F0415;
}
/***********************************login-2*********************************/
.verification-inputs{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.verify-input{
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border: 1px solid #E5CB96;
    border-radius: 10px;
    box-shadow: none;
}

.verify-input:focus{
    border-color: #7F0415;
    box-shadow: none;
    outline: none;
}
.login-center{
text-align: center;
}
@media screen and (min-width:991px){
.form-lgin{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.title-login{
font-size: 40px;
}
.img-login{
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media (max-width: 991px) {
.verify-input{
    width: 40px;
    height: 40px;
}
}