

.check-cont-2 {
    width: 100%;
    margin-bottom:0rem;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
input#check-box6 {
    width: 15px;
    margin-right: 0.5rem;
    margin-bottom: 0;

}
.check-cont-2 a{
    font-size: 14px;
}
.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
}

.popup .content{  
width: 450px;

}
.input-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.content select,
.input-box .password,
.input-box .phone{
    width: 100%;
    padding: 0.5rem 0.4rem;
    margin-bottom: 1rem;
    border-radius: 0;
    text-transform: lowercase !important;
   /* border: 1px solid #ebe7e7;*/
   
}

.content select{
color: #767676;
overflow:hidden;

}


.input-box input[type=text]:focus, 
.input-box input[type=number]:focus, 
/*.input-box input[type=email]:focus 
{

    border: 1px solid  #dc143c;
}*/
.register-btn-pop{
    color: #353b46;
}
.register-btn-pop:hover{
    color: #dc143c;
}
.poppup-forgo{
    color: #353b46;
}
.poppup-forgot:hover{
    color: #dc143c;
}
.login-pop-btn{
  background: #dc143c;
  padding: 5px 12px;
  border-radius: 4px;
  border:none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: .4s;
}
.login-pop-btn:hover{
    background-color: #212529;
}
.register-btn-pop{
    background: #212529;
    padding: 5px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: .4s;
}
.register-btn-pop:hover{
    background-color: #dc143c;
    color:#fff;
}



.popup .overlay{
    
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 998;
    display:none;
    font-family: 'Montserrat', sans-serif;
}
.popup .content{
    border-radius: .3rem;
    position: absolute; 
    top:50% ;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    z-index: 998;
    width:450px;
    height: auto;
    padding: 1rem;
    box-sizing: border-box;
 
}

.popup .close-btn{
position: absolute;
right:0;
top: 0;
font-size: 30px;
font-weight: 600;
cursor: pointer;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

.popup.active .overlay{
display: block;

}

.popup.active .content{
    transition: all .3 ease-in-out ;
    transform: translate(-50%, -50%) scale(1);
}

.popup .content h1{
color:#373737;
font-family: 'Montserrat', sans-serif;
font-size:18px;
font-weight: bold;
margin:0 auto;
}


check-box-danger input[type="check-box"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.check-box-danger input[type="check-box"]:checked + label::after {
  color: #fff;
}

.check-box6{
padding:0rem;
}


.popup .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.check-box.check-box-danger {
    display: flex;
    font-size: 14px;
    align-items: center;
}



@media(min-width:340px) and (max-width:490px){




.popup .content{  width: 340px;
}

.popup .content h1 {
    font-size: 15px;
}
}

@media(min-width:491px) and (max-width:576px){
 .popup .content{width:400px;}
 .check-cont-2 a{
    font-size: 12px !important;
 }
}

@media(min-width:575px) and (max-width:767px){
 .popup .content{width:450px;}
}

@media(min-width:768px) and (max-width:991px){
.popup .content{ width:450px;}
}


/*===== #fff2da;  ==========new style==========*/

.popup-logo {
    width: 190px;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.popup form {
    background: #fff2da;
    padding: 1.2rem;
   border-radius: 0.5rem;

}

.popup form input{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #dc143c;
    border-radius: 0;
    

}


.popup form input {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #dc143c !important;
    border-left:#fff2da;
    border-right:#fff2da;
    border-top:#fff2da;
    outline: none;
    margin-bottom: 10px;
    background: transparent;
    border-radius: 0;
    color: #000;
}

.popup form input{
    box-shadow: none;
    outline: none;
    color: #212529;
    border: none;
    border-bottom: 1px solid #dc143c;
    border-radius: 0;
    background-color: transparent;
}
.popup form input:focus {

    border-left:none;
    border-right:none;
    border-top:none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dc143c;
    border-radius: 0;

}

.check-cont-2 .check-box input label{
font-size: 14px !important;

}


@media (min-width:360px) and (max-width:400px){

input#check-box6 {
    width: 14px;
    margin-right: 0.2rem;
    margin-bottom: 0;
}

}


@media (max-width:868px) and (orientation: landscape){
.input-box .password,
.input-box .phone {
    width: 100%;
    padding: 0.6rem 0.4rem;
    margin-bottom: 0.5rem;
    border-radius:0;
    font-size: 14px;
  
}
.check-cont-2 .check-box-danger input label{
font-size: 14px;
}
.popup form {
    padding: 0.8rem;  
}

.register-btn{
font-size: 14px;
}

}