
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.width-80 {
    max-width: 574px;
    width: 85%;
}
.field {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.field.grey-bg input {
    background: #e8e8e8;
}
.field img {
    max-width: 20px;
    position: absolute;
    left: 20px;
}
img.field-end-pic {
    left: auto;
    right: 15px;
}
.field input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 50px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
    height: 60px;
        padding-top: 20px;
}
button.gradiant-bg {
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #FE4E8E;
    background: linear-gradient(103deg, rgba(254, 78, 142, 1) 0%, rgba(255, 168, 65, 1) 100%);
    margin-top: 10px;
}
.signup-with {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.signup-with a {
    background: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: 49%;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.signup-with a:hover {
    background: #FE4E8E;
    background: linear-gradient(103deg, rgba(254, 78, 142, 1) 0%, rgba(255, 168, 65, 1) 100%);
    color: #fff;
}
.signup-with a img {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    width: auto;
    mix-blend-mode: normal;
}
span.hr {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    margin: 30px auto;
    max-width: 80%;
}
span.hr:before, span.hr:after {
    content: "";
    border-bottom: 1px solid #000;
    width: 100%;
}
.account-alert {
    background: #ffefe2;
    border: 1px solid #fff;
    padding:20px;
}
 
.account-alert h4 {
     color: #FA9D56;
    font-size: 21px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.account-alert p {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.account-alert a {
    background: #ffd7b4;
    color: #555;
    text-decoration: none;
    display: flex;
    padding: 8px 11px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #555;
    border-radius: 5px;
    width: 100%;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
}
a.link-btn {
    color: #555;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 15px;
}


@media(max-width:1199px){
 .width-80 {
    width: 100%;
    max-width: 100%;
}

}
@media(max-width:991px){

.signup-with a img {
    max-width: 25px;
    padding: 1px;
}

}
@media(max-width:767px){
.signup-with {
    gap: 5px;
}
.signup-with a {
    width: calc(50% - 3px);
}
.signup-with a {
    padding: 5px;
    gap: 7px;
    font-size: 12px;
    width: 48%;
}
.account-alert h4 { font-size: 15px; }
.account-alert p {
    font-size: 15px !important;
    line-height: normal;
}
.right-panel > h2, .width-80 > h2 {
    font-size: 22px;
    margin-bottom: 25px;
} 
}

.right-panel label {
    position: absolute;
    top: 17px;
    left: 50px;
    background-color: transparent;
    color: #888;
    transition: 0.2s ease all;
    pointer-events: none;
    padding: 0 0px;
}
 
.right-panel input:focus + label, 
.right-panel input:not(:placeholder-shown) + label {
    top: 5px;
    left: 50px;
    font-size: 12px;
    color: #f37d6a;
    background-color: transparent;
}
 
    /* Hide default placeholder */
    .right-panel input::placeholder {
      color: transparent;
    }



/*login-register top*/
.login-top-section {    display: flex;    align-items: center;    justify-content: space-between;    background-color: #fff;    padding: 20px;    margin-bottom: 40px;    border-radius: 5px;}
a.need-help {    display: flex;    align-items: center;    background-color: #9aa6b9;    border-radius: 14px;    padding: 6px 15px;    color: #fff;    line-height: normal;    gap: 10px;}
a.need-help svg {    width: 36px;    height: auto;}
a.close-login {    display: inline-block;    transform: rotate(45deg);    color: #000;    font-size: 50px;    font-weight: 400;    width: 30px;    height: 30px;    line-height: 28px;}

.already-account {    display: flex;    align-items: center;    text-align: right;}
.already-account span {    color: #000;    display: inline-block;    border-right: 1px solid #000;    padding-right: 20px;    margin-right: 15px;    font-size: 17px;}
.already-account span a {    display: block;    color: #ff6600;    font-weight: 700;    text-decoration: underline;}

a.need-help:hover {    background-color: #000;}
a.close-login:hover {    color: #ff6600;}

@media (max-width: 767px) {
.login-top-section {  padding: 10px;}
.already-account span {  font-size: 14px;    padding-right: 15px;    margin-right: 10px;  line-height: normal;}
a.need-help {    font-size: 14px;    gap: 0;    padding: 6px 10px;    min-width: 131px;    justify-content: space-between;}
a.need-help svg {    width: 30px;}
}
/*login-register top*/
    