@font-face {
    font-family: TWKEverett;
    src: url('/wp-content/themes/SoBold/fonts/TWKEverett-Light.otf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: TWKEverett;
    src: url('/wp-content/themes/SoBold/fonts/TWKEverett-Regular.otf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: TWKEverett;
    src: url('/wp-content/themes/SoBold/fonts/TWKEverett-Medium.otf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: TWKEverett;
    src: url('/wp-content/themes/SoBold/fonts/TWKEverett-Thin.otf') format('truetype');
    font-weight: 100;
}

#login h1 a,
.login h1 a {
    background-image: url(/wp-content/uploads/2023/02/Logo.svg);
    background-size: contain !important;
    width: 300px !important;
    height: 130px;
    margin: auto;
    margin-right: 15px;
}

.login {
    background-color: #1c1e1c;
    overflow-x: hidden;
}

.login::after {
    background-image: url(/wp-content/uploads/2023/02/hero-img-1-w-shape.png);
    position: absolute;
    height: 31rem;
    width: 31rem;
    content: '';
    background-size: contain;
    top: -3rem;
    right: -13rem;
    background-repeat: no-repeat;
    z-index: -10;
}

.login form {
    background-color: #333433d9;
    color: #1c1e1c;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    padding: 3rem 1.5rem 4rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    backdrop-filter: blur(3px);
}

.login label {
    color: #FFF !important;
    font-size: 15px;
    font-family: 'TWKEverett', sans-serif;
    font-weight: 200;
}

.login #backtoblog a {
    color: #ff8a03  !important;
}

.login #nav a {
    color: #ffffff  !important;
}

.login #login_error,
.login .message,
.login .success {
    border-left: 4px solid #ff8a03 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'TWKEverett', sans-serif;
    font-weight: 200;
    line-height: 1.5rem;
}

.login input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #ffffff !important;
    border: 1px solid #ff8a03;
    border-radius: 2px;
    background: #1c1e1c;
    transition: background-color .3s ease-in-out;
    font-family: 'TWKEverett', sans-serif;
    font-weight: 200;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
    box-shadow: none !important;
}

.wp-core-ui .button-primary:hover {
    background-color: transparent;
    border-color: #ff8a03 !important;
}

.login .button.wp-hide-pw {
    top: 7px;
}

.login form .input,
.login input[type=text],
.login input[type=password] {
    font-size: 18px !important;
    padding: 5px 10px 8px !important;
    margin: 10px 6px 10px 0 !important;
    border: none !important;
    border-radius: 2px;
    background: #fff !important;
    transition: background 0.4s ease-in-out;
    font-weight: 400;
    color: #1C1E1C !important;
    box-shadow: none !important;
    font-size: 1.2rem !important;
}

form#loginform label input#user_pass {
    margin-bottom: 20px !important;
}

.login-action-lostpassword  #login::before {
    margin-top: 12.5rem;
}

#login::before {
    content: '';
    width: 7rem;
    height: 7rem;
    position: absolute;
    display: block;
    margin-top: 11rem;
    margin-left: -4rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
    background-color: #f4af71;
}

.login form .user-pass-wrap {
    margin-bottom: 15px;
}

.login form .input:focus {
    outline: #A20847;
    border: #A20847;
}

input[type=checkbox]:checked:before {
    color: #2C3C53 !important;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
    border-color: transparent;
    box-shadow: 0px 0px 2px #EEE0D5;
}

#login h1 a:focus,
.login h1 a:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.login #backtoblog a:focus,
.login #nav a:focus {
    box-shadow: none;
}

.privacy-policy-page-link a {
    text-decoration: none;
    color: #7bfdf7 !important;
}


/* .ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}

.wave {
background: url(https://cdn.kcak11.com/codepen_assets/wave_animation/wave.svg) repeat-x;
position: absolute;
top: -198px;
width: 6400px;
height: 198px;
animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
top: -175px;
animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
opacity: 1;
}

@keyframes wave {
0% {
    margin-left: 0;
}
100% {
    margin-left: -1600px;
}
}
@keyframes swell {
0%,
    100% {
    transform: translate3d(0, -25px, 0);
}
50% {
    transform: translate3d(0, 5px, 0);
}
}
.endWave{
    display:none;
} */
