
  .clear {
  clear: both;
  }
  .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* font-family: hel; */
    color: #fff;
    background-color: #c31f26;
  }
  .btn a{
    color: #fff;
  }
  .btn:hover{
    background-color:  #ed3812;
  }
  .btn:focus,
  .btn-hover{
      outline: unset;
      border: unset;
  }
  .tab {
      display: none;
  }
  .tab.active {
      display: block!important;
  }
  /* .mb{
      display: none;
  }
  .pc{
      display: block;
  } */

  h2 svg{
    font-size: 26px!important;
  }
  .hv-bright:hover,
  .hv-bright:hover img,
  .hv-bright:hover svg{
    /* transition: 0.3s linear; */
    filter: brightness(1.15);
  }
  .mt-40{
      margin-top: 40px!important;
  }

i ,svg{
    font-family: Arial, Helvetica, sans-serif;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0b0404;
    text-decoration-line: unset;
    }
    .pop-login,
    .popup-register{
        display: none;
    }
.form-login{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg,#e5e5e5 60%, #c12126 30%);
    width: 442px;
    /* height: 612px; */
    height: 554px;
    color: #909090;
    z-index: 999999;
    border-radius: 2%;
 
}
.popup-register .form-login{
	height: 612px !important;
}
.form-login .close{
    position: absolute;
    right: -60px;
    top: 0px;
    cursor: pointer;
    width: 40px 
}
.form-login h2{
    margin: 24px 0;
}
.form-login--detail{
    background-color: #fff;
    width: calc(428px - 42.8px);
    border-radius: 4px;
    margin: auto;
    margin-bottom: 5%;
    padding: 20px 15px 0px 15px;
    text-align: center;
    position: relative;
}
.form-login--detail h3{
    margin: 0;
    margin-bottom: 17px;
    color: #535353;
    font-weight: 500;
}
.form-login--detail ul{
    padding: 0;
    margin: 0;
}
.form-login--detail ul input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #909090;   
    padding: 8px 22px 8px 32px;
}
.form-login--detail ul input:focus{
    outline: unset;
    border: unset;
    border-bottom: 1px solid #c12126;
    transition: 0.3s ease-in;
    color: #c12126;
}
.form-login--detail ul li:focus .pos-ab{
    color: #c12126;
}
.form-login ul li{
    display: block;
    position: relative;
    width: 100%;
    /* margin: 0 auto 28px; */
    margin: 0 auto 18px;
}

.form-login .form-login--detail .btn-txt{
    margin: 28px 0 0 0px;
}
.pos-ab{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-right: 8px;
}
.toggle-password{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: form-login;
}


.line-acc{
    border-top: 1px solid;
    margin: 20px!important;
    padding-top: 8px;
    font-size: 12px;
}

/* BUTTONS FORM */

/* .form-login .form-login--detail .cus-btn a{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    height: 45px;
    border-radius: 4px;
    color: #fff;
    padding: 0px 8px;
    margin: 12px 0;
}
.form-login .form-login--detail .cus-btn a img{
    display: inline-flex;
    width: 10%;
    justify-content: flex-start;
}
.form-login .form-login--detail .cus-btn a span{
    display: inline-flex;
    width: 88%;
    justify-content: center;
} */
.txt-sub{
    font-size: 14px;
    color: #61616a;
    margin-bottom: 15px;
    padding-top: 10px;
}
.list-login ul li{
    display: inline-block;
    max-width: 24%;
    margin: 0 8px!important;
    position: relative;
    width: 83px;
    height: 78px;
}
.list-login ul li img{
    width: 52px
}
.login-ctas{
    /* background-color: #d79015; */
    background-color:  #c12126;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    border-radius: 4px;
    color: #fff;
    padding: 0px 8px;
    /* margin: 12px 0; */
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
    
}
.login-ctas a{
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.list-login > ul li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #212121;
}
.list-login .login-fb:before {
    content: "Facebook";
}
.list-login .login-gg:before {
    content: "Google";
}
.list-login .login-apl:before {
    content: "Apple";
}
/* .login-fb{
    background-color: #2755b7;
}
.login-gg{
    background-color: #c12126;
}
.login-apple{
    background-color: #000;
}
.login-ctas{
    background-color: #d79015;
} */
.login-ctas.login-ctas--dark{
    background-color: #aaa5a2;
}
.login-ctas.login-ctas--dark:hover{
    background-color: #7c7875;
}

.btn-regis{
    background-color: #c12126;
    color: #fff;
    cursor: pointer;
}
.form-login .form-login--detail .cus-btn.login-ctas a{
    justify-content: center;
}

.btn-txt ul li{
    display: inline-flex;
    align-items: center;
    width: 49%;
    justify-content: flex-start;
}
.btn-txt ul li a{
    font-size: 14px;
    color: #535353;
}
.btn-txt ul li a:hover{
    color: #dc3545;
}
.btn-txt ul li:last-child{
    justify-content: flex-end;
}
.notify{
    position: absolute;
    right: 2%;
    width: 100%;
    bottom: -10%;
}
.notify-inner{
    width: 40%;
    margin-left: auto;
}
.notify-inner ul{
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.notify-inner ul li{
    display: inline-flex;justify-content: flex-end;
    width: 123px;
}
.notify-inner ul li a{
    font-size: 12px;
    color: #c12126;
}
@media (max-width: 625px){
    .form-login .close {
        position: absolute;
        right: 40px;
        top: 10px;
        width: 6%;
    }
}
@media (max-width: 425px){
    .form-login--detail {
        background-color: #fff;
        width: calc(398px - 42.8px);
        border-radius: 4px;
        margin-bottom: 5%;
        text-align: center;
    }
    .notify-inner {
        width: 45%;
        margin-left: auto;
    }
    .form-login{
        transform: translate(-50%, -50%) scale(0.85);
    }
	.pop-login .form-login{
		left: 58%;
		 transform: translate(-50%, -50%) scale(1);
	}
    .form-login .close {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 6%;
    }
}   


@media (max-width: 355px){
    .form-login--detail {
        background-color: #fff;
        width: 90%;
        border-radius: 4px;
        margin-bottom: 5%;
        text-align: center;
    }
    .notify-inner {
        width: 50%;
        margin-left: auto;
    }
}