﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
button {
    background: #4c88f6 !important;
    border: 1px solid #4c88f6 !important;
}
.digit, a {
    color: #4c88f6 !important;
}
h3 {
    font-weight: bold;
}
.logo-header {
    width: 140px;
    padding: 0.5em;
    margin-top:1em;
}
.input-text,
.input-text:focus,
.email-address-text,
.email-address-text:focus,
.form-control:focus {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #dee2e6;
}
.alert-error {
    color: #ffffff;
    background-color: #FF3378;
    border-color: #FF3378;
    margin-top: 1em;
}
.alert-error:after {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '';
    background: #FF3378;
    border: 1px solid #FF3378;
    border-bottom-width: 0px;
    border-right-width: 0px;
    transform: rotate(45deg);
    top: -8px;
    left: 30px;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 1em;
}
.footer .btn-group-vertical {
    width: 98%;
}
.footer .btn-group-vertical .btn {
    border-radius: 1em;
    margin: 0.5em 0;
}
.footer .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}
.hidden {
    display: none;
}

.bor-ra-05 {
    border-radius: 0.5em;
}
.bor-ra-1 {
    border-radius: 1em;
}
.btn {
    font-size: 22px;
    font-weight: bold;
}
.text-description {
    font-size: 22px;
    color: #808080;
}
.text-description-sub {
    font-size: 18px;
    color: #808080;
}
.change-email-button {
    width: 50%;
    border-radius: 0.5em;
    margin: 0.5em;
    padding: 0.5em;
    font-size: 22px;
    font-weight: bold;
}
.confirm-email-image {
    margin: 2em 0 2em 0;   
}

.digit-group input {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 15%;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
}
.resend-email-link-div {
    margin: 1em 1em 0 0;
}
.resend-email-link {
    font-size: 18px;
}
.error-text {
    background-color: #ff5252;
    color: #ffffff;
    padding: 0.4em 0.6em;
    border-radius: 0.5em;
    margin-top: 0.5em;
    width: 100%;
}
.success-text {
    background-color: #28a745;
    color: #ffffff;
    padding: 0.4em 0.6em;
    border-radius: 0.5em;
    margin-top: 0.5em;
    width: 100%;
}
/*.error-text:after {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '';
    background: #ff5252;
    border: 1px solid #ff5252;
    border-bottom-width: 0px;
    border-right-width: 0px;
    transform: rotate(45deg);
     top: 182px;
    left: 34px;
}*/
/*Loading*/
.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a59;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 8px;
    margin: 16% auto 60px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.show {
    visibility: visible;
}
.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.spanner.show, .overlay.show {
    opacity: 1
}

/*Responsive*/
/*----------------------------------------------*/
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
/*    .error-text:after {
        top: 208px;
    }*/
    .change-email-button {
        width: 55%;
    }
    .digit-group input {
        font-size: 42px;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 766px) {
    .loader {
        margin: 50% auto 60px auto;
    }
    .confirm-email-image {
        width: 100%;
    }
/*    .error-text:after {
        top: 202px;
    }*/
    .text-description {
        font-size: 18px;
    }
    .text-description-sub {
        font-size: 12px;
    }
    .change-email-button {
        font-size: 18px;
        width: 70%;
        padding: 0.4em;
    }
    .digit-group input {
        font-size: 28px;
    }
    .col-md-6.offset-3.digit-div {
        margin: 0!important;
    }
}
