#auth_container{
	margin-top:12%;
	margin-bottom: 5%
}
.image-layer {
	background-image : url(images/background/banner-image-6.jpg);
}
input[type="checkbox"]{
  display: none;
  min-width: 150px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0px;
  overflow: hidden;

}
input[type="checkbox"] + label {
 display: inline-block;
 position: relative;
 cursor: pointer;
    outline: 1px solid transparent;
    color: #ffffff;
    font-weight: 500;
border-radius: 0px;
    background: #1b1c1e;
    padding: 10px 30px;
    line-height: 30px;
    font-size: 16px;
    float: right;
    width: 150px;
    text-align: center;
    
}

input:checked + label{
    background: #038cfc;
}

.background-cover{
    background-size: cover !important;
}

.terms-privacy {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 180px;
}

.room-select-box{
    width: fit-content;
}
