/*SWEET ALERT*/
.sweet-alert {
    /* background-color: rgba(0, 0, 0, 0) !important; */
    background-color: white !important;
}
.sweet-alert .sa-icon.sa-custom {
    width: 100% !important;
    height: 200px !important;
}
body {
    font-family: 'Outfit','Prompt', sans-serif !important;
    /* font-size: 1.2em !important; */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: 'Outfit','Prompt', sans-serif !important;
}
.spw-font {
    font-family: 'Outfit','Prompt', sans-serif !important;
}
body::-webkit-scrollbar {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-track {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: white;
}
.spw-register {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    height: 100% !important;
}
.spw-page-brand {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    height: 100% !important;
    margin: 0 !important;
}
.spw-body-login {
    background-size: contain;
    background-position-x: left;
    background-position-y: top;
    background-color: white;
}
.spw-footer-logo {
    text-align: center;
    margin-top: 45px;
    /* font-size: 14px; */
}
@media screen and (max-width: 766px) {
    .spw-body-login {
        background-image: none;
    }
    .spw-register {
        padding: 10px;
    }
}
.spw-text-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}

/*COLOR*/
.spw-center {
    text-align: center;
}
.spw-white {
    color: white !important;
}
.spw-color {
    color: #007852 !important;
}
.spw-bg-color {
    background-color: #007852 !important;
}

/*BUTTON COLOR*/
.btn-color {
    color: white;
    background-color: #007852;
    border: 1px solid #007852;
}
.btn-color.btn-outline {
    color: #007852;
    background-color: transparent;
}
.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline.focus {
    background: #007852;
    color: #ffffff;
}
.radio-color input[type="radio"]+label::after {
    background-color: #007852;
}
.radio-color input[type="radio"]:checked+label::before {
    border-color: #007852;
}
.radio-color input[type="radio"]:checked+label::after {
    background-color: #007852;
}

/* login user+pass */
input,
button {
    border: none;
    outline: none;
    background: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.btn-colors {
    color: white;
    background-color: #37474F;
    border: 1px solid #37474F;
}
.submit {
    margin-top: 40px;
    margin-bottom: 20px;
    background: #37474F;
    text-transform: uppercase;
}
label {
    display: block;
    width: 260px;
    margin: 25px auto 0;
    text-align: center;
}
label span {
    font-size: 14px;
    color: #cfcfcf;
    text-transform: uppercase;
}
input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
}
.sign-in {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translate3d(640px, 0, 0);
    transform: translate3d(640px, 0, 0);
}
