
*{
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    padding: 40px;
}
img {
    width: 100%;
}
.login-header h1 {
    margin-bottom: 10px;
    font-size: 40px;  
}
.login-header p {
    margin-bottom: -10px;
    opacity: .7;
}
.form-control:focus{
	box-shadow: none;
	border: 3px solid #2b1508 !important;
}
.form-check-input:checked {
    background-color: #9b7d00;
}
.form-check-input {
    border-color: #2b1508;
}
/* .form-check-input {
    accent-color: #9b7d00 !important;
} */
/* .login-form,.login-form-footer {
    width: 450px;
}
.login-form-footer {
    gap: 35px;
    margin-top: 10px;
}
.login-form-footer div {
    text-align: center;
    margin-bottom: 20px;
}
.booking-form-content {
    
    gap: 20px;
} */
label {
    color: #c38b2e;
}
.form-select, input[type='text'] {
    border: 1px solid black;
    height: 35px;
    padding: 0 0.5rem;
    width: 100%;
    outline: none;
    transition: background .5s;
    font-size: 18px;
    /* border-radius: 100px; */
}
.input-textarea {
    padding: 0 0.5rem;
    border: 1px solid black; 
    outline: none;
    transition: background .5s;
    font-size: 18px;
}
.checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}
input[type='checkbox'] {
    width: 20px;
    height: 20px;
    accent-color: #c38b2e;
}
/* button {
    border: none;
    background: linear-gradient(45deg, #131086, #b621f3);
    padding: 1rem;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    height: 45px;
    cursor: pointer;
} */
input {
    height: 1em;
    width: 1em;
    vertical-align: middle;
    cursor: pointer;
}
.btn-gold {
    background-color: #c38b2e;
    color: #ffffff;
}
.btn-gold:hover {
    color: #c38b2e !important;
    background-color: #ffffff;
}
.text-gold {
    color: #c38b2e;
}
/* .btn-jmp:hover {
    color: #9b7d00 !important;
    background-color: #ffffff;
} */
.btn-outline-gold {
    border-color: #c38b2e;
  }
.btn-outline-gold:hover {
   border-color: #c38b2e;
   background-color: #ffffff;
   color: #c38b2e !important;
 }
.text-gold {
    color: #c38b2e;
}
.text-bg-gold {
    background-color: #c38b2e;
    /* background: rgba(0, 0, 0, 0.4); */
}
.booking-form-content {
    padding: 0px 20px;
}
.all-content {
    width: 50%;
    margin: 0 auto;
}
.form-padding {
    padding: 10px;
}

/*Reponsive screen */
@media only screen and (min-width: 1200px){
    .all-content {
        width: 50%;
        margin: 0 auto;
    }
    .form-padding {
        padding: 10px;
    }
}
 @media only screen and (min-width: 1024px) and (max-width: 1200px){
    .all-content {
        width: 90%;
        margin: 0 auto;
    }
    .form-padding {
        padding: 10px;
    }
}
@media only screen and (min-width: 761px) and (max-width: 991px){
    .container {
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        min-width: calc(100vw - 40px * 2);
        width: 100%;
    }
    body {
        padding: 0;
        margin: 0;
        font-family: Montserrat;
        padding: 10px !important;
    }

}
   @media only screen and (min-width: 768px) and (max-width: 1024px){
    .container {
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
}
   @media only screen and (min-width: 480px) and (max-width: 768px){
    body {
        padding: 20px;
    }
    .container {
        min-width: 100%;
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    .heading-style {
        font-size: 24px !important;
    }
}

   @media only screen and (min-width: 320px) and (max-width: 480px){
    body {
        padding: 5px !important;
    }
    .container {
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    .booking-form-content {
        padding: 10px !important;
    }
    .all-content {
        width: 100% !important;
        margin: 0 auto;
    }
    .form-padding {
        padding: 10px;
    }
    .heading-style {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 320px){
    body {
        padding: 5px !important;
    }
    .container {
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    .booking-form-content {
        padding: 10px !important;
    }
    .all-content {
        width: 100% !important;
        margin: 0 auto;
    }
    .form-padding {
        padding: 10px;
    }
    .heading-style {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 400px){
    .container {
        min-height: calc(100vh - 20px * 2);
        display: grid;
        grid-template-columns: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    .mini-display {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
    }
    .login-header h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 280px){
    .mini-display {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
    }
    .mini-displayx {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px; 
    }
    .login-header h1 {
        font-size: 15px;
    }
    .login-header p {
        font-size: 11px;
    }
}