/* #6483A7;*/
/* #6483A7;*/
/* #6483A7;*/
/*$toolbar-iconFontSize: 22px;*/
/* #6483A7;*/
/*translate(0,0px);*/
/*0 1px 0 0 rgba(76, 76, 76, 100);*/
/*$box-shadow;*/
.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.d-none {
    display: none;
}

.align-center {
    align-items: center;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.visible-hidden {
    visibility: hidden;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.font-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

@font-face {
    font-family: Helvetica;
    src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Helvetica;
    src: local("Helvetica Neue"), local("HelveticaNeue"), url(../fonts/HelveticaNeue-Roman.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Helvetica;
    src: local("Helvetica Neue Medium"), local("HelveticaNeue-Medium"), url(../fonts/HelveticaNeue-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ethan-bg {
    width: 100%;
    min-height: 100%;
    background-color: #000000;
    box-sizing: border-box;
    padding-bottom: 50px;
    /* for copyright */
}

.ethan-copyright {
    bottom: 30px;
    right: 0;
    left: 0;
    color: #4C4C4C;
    font-size: 14px;
}

.wrapper {
    width: 94%;
    max-width: 640px;
    min-width: 300px;
    padding-top: calc(25vh - 65px);
    padding-bottom: 40px;
    /* space between signup link */
}

.ethan-link-logo {
    display: block;
    width: 115px;
    height: 25px;
}

    .ethan-link-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.title {
    margin-bottom: 60px;
    font-size: 0;
    /* clear img top and bottom space */
}

.subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.description {
    color: #808080;
    font-weight: 500;
    font-size: 14px;
}

@keyframes spinner {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition-delay: 0.3s;
    margin: auto;
    font-size: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
    animation: spinner 1.1s infinite linear;
}

    .loader,
    .loader:after {
        border-radius: 50%;
        width: 12px;
        height: 12px;
    }

.button-loading .loader {
    opacity: 1;
    transition-delay: 0.3s;
}

.button-loading span {
    visibility: hidden;
}

.box {
    width: 95%;
    height: auto;
    max-width: 600px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.form-wrapper {
    box-sizing: border-box;
    padding: 40px 60px;
}

.form-column {
    width: 480px;
}

.input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 12px 10px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    color: #000000;
    border: 1px solid #d8d8d8;
    outline: none;
}

.label {
    display: inline-block;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    line-height: 1.23;
}

.input-required {
    position: relative;
}

    .input-required::after {
        content: "*";
        position: absolute;
        right: -7px;
        top: -6px;
        color: #333333;
        font-size: 18px;
    }

.input::-webkit-input-placeholder {
    color: #d8d8d8 !important;
}

.input::-moz-placeholder {
    color: #d8d8d8 !important;
}

.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:active {
    box-shadow: 0 0 0 50px white inset !important;
}

    .input:focus, .input:-webkit-autofill:focus {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 50px white inset !important;
    }

.form-error-message {
    width: 70%;
    font-size: 13px;
    color: #EE5252;
    line-height: 1.2;
}

    .form-error-message p {
        white-space: pre-wrap;
    }

.link {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 1px 0 0 #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.small-link {
    font-size: 12px;
}

.button {
    padding: 20px 60px;
    box-sizing: border-box;
    outline: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
}

.button-primary {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

    .button-primary:hover {
        background-color: #4C4C4C;
        border-color: #4C4C4C;
    }

.form-title {
    font-size: 18px;
    font-weight: bold;
}

.form-subtitle {
    font-size: 13px;
    color: #808080;
}

@media (max-width: 768px) {
    .ethan-link-logo {
        transform: scale(0.8);
    }

    .wrapper {
        width: 90%;
        max-width: 500px;
        min-width: unset;
        padding-top: 30px;
        padding-bottom: 30px;
        /* space between signup link */
    }

    .box {
        width: 100%;
        max-width: 350px;
        margin-bottom: 10px;
    }

    .label {
        font-size: 13px;
    }

    .title {
        margin-bottom: 30px;
    }

    .subtitle {
        font-size: 16px;
        padding: 0 30px;
    }

    .button {
        padding: 12px 30px;
        width: 100%;
    }

    .form-title {
        font-size: 16px;
        font-weight: 500;
    }
}
