.login-modal-body {
    padding: 0.5em;
}

.login-modal-body h4{
    font-weight: 700;
    font-family: "Helvetica";
    color: #564f4f;
}

.login-modal-header.modal-header .close {
    padding: 0;
}
.login-form-title {
    margin: -2rem 0rem 2rem;
    padding: 0.5em;
}

.login-btn-round {
    border-radius: 3rem;
}

.login-modal-content {
    border-radius: 25px;
    padding: 1em;
}

@media (min-width: 576px) {
    .login-modal-dialog {
        max-width: 400px;
    }
}

.mobile-nav-bottom a.btn:not(#loginButton) {
    border: none;
}

.mobile-nav-bottom a.btn#loginButton {
    border-color: #59d9d4;
    border: 1px solid rgba(108, 89, 179, 0.75);
}

.login-method-container {
    position: relative;
}

.login-subscription-method-container {
    position: relative;
    border: 1px solid #000;
}

.login-img-icon {
    width: 25px;
    height: auto;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
}

.login-subscription-img-icon {
    width: 25px;
    height: auto;
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
}

@media (max-width: 768px) {
    .login-img-icon {
        width: 15px;
    }
}

.click-signup, .click-login {
    text-decoration: underline!important;
    font-family: 'Arial Rounded MT';
    color: #59d9d4 !important;
}

.login-modal-content .btn-default {
    background-color: transparent !important;
    border-color: #59d9d4;
    font-size: 13px;
    color: #9c9c9c;
    letter-spacing: 1px;
    line-height: 15px;
    border: 1px solid rgba(108, 89, 179, 0.75);
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

.login-modal-content .btn-default:hover {
    background-color: rgb(242, 242, 242) !important;
    filter: unset !important;
}

.login-modal-content .btn-xl {
    padding: 15px 30px;
    margin-top: 5px;
}

.hr-with-or {
    font-size: 14px;
    font-weight: 900;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.btn-primary {
    background-color: #59d9d4 !important;
    border-color: #59d9d4;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
    border: 0px solid #6c59b3bf;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

a.href-no-decoration:hover{
    text-decoration: none;
}


button.close{
    z-index: 99;
}

.input-round {
    border-radius: 25px !important;
}

.signup-section {
    padding: 0.3rem 0rem;
}
.checkbox-round {
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 3px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 8%;
}
.agreement-text {
    font-family: 'Arial Rounded MT';
    color: #564F50;
}
.link-agreement {
    font-family: 'Arial Rounded MT';
    color: #007BFF;
}
p.paragraph{
    line-height: 1.35;
    font-size: 16px;
    font-family: "Helvetica";
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-with-or:before {
    background: linear-gradient(to right, #000000ad, #818078, #000000ad);
}
.forgot-text {
    text-decoration: underline!important;
    font-family: 'Arial Rounded MT';
    color: #564F50;
}
.click-signup, .click-login {
    text-decoration: underline!important;
    font-family: 'Arial Rounded MT';
    color: #59d9d4 !important;
}
.new-to-arc{
    font-size: 16px;
}
.new-to-arc, .signup-section {
    font-family: 'Arial Rounded MT';
    color: #564F50;
}
.checkbox-round:checked {
    background-color: gray;
}