﻿html, body {
    margin: 0;
    padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
    border: 1px solid #000 !important;
    -webkit-text-fill-color:#000 !important;
    -webkit-box-shadow:0 0 0 1000px #fff inset !important;
    -webkit-transition:background-color 5000s ease-in-out 0s !important;
    -moz-transition:background-color 5000s ease-in-out 0s !important;
    -o-transition:background-color 5000s ease-in-out 0s !important;
    -ms-transition:background-color 5000s ease-in-out 0s !important;
    transition:background-color 5000s ease-in-out 0s !important;
}

.main-container {
    width: 100%;
    height: auto;
}

.wrapper-bg {
    position: relative;
}

.wrapper-bg .content-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.wrapper-bg .content-bg .background {
    width: 100%;
    min-height: 100vh;
    background-image: url(../Images/bg-6.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-form {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

.wrapper-form .log-in-form,
.wrapper-form .sign-up-form {
    position: relative;
    margin: 0 auto;
    background-color: #E31A23;
    padding: 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(255,255,255,.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(255,255,255,.2);
    box-shadow: 0 2px 10px 0 rgba(255,255,255,.2);
    border-radius: 5px;
}

.wrapper-form .log-in-form {
    max-width: 453px;
}

.wrapper-form .sign-up-form {
    max-width: 500px;
}

.sign-up-form .content > div {
    margin-bottom: 20px !important;
}

.sign-up-form .form-group:first-child {
    margin-bottom: 20px !important;
}

.margin-top-box-input {
    margin-top: 4px;
}

.margin-bottom-box-input {
    margin-bottom: 20px;
}

.title-form {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.logo-form {
    position: relative;
    left: calc(50% - 140px);
}

.form-group {
    position: relative;
}

.label-input {
    color: rgba(255,255,255,.7);
    color: #E9D7DC;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.label-input.error {
    color: #e3a81a;
}

.label-input.error + .form-group .input-text {
    border-color: #e3a81a !important;
}

.error-message {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
}

.error-separator {
    padding-left: 4px;
    padding-right: 4px;
}

.input-text {
    padding: 10px 10px 10px 40px;
    height: 40px;
    font-size: 16px;
    background-color: #ffffff !important;
    border: 1px solid #ae141b;
    border-radius: 3px;
    color: #fff;
    outline: 0;
}

.input-text:focus {
    background-color: #ffffff !important;
    border-color: #000 !important;
    color: #000;
}

.input-text:hover {
    background-color: #d11820;
    border-color: #8b1015;
}

.input-icon {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.input-icon i {
    color: #fff;
}

.input-icon-right {
    right: 0;
}

.btn-link-black {
    color: #262324 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.btn-link-black:hover {
    text-decoration: underline;
}

.lbl-signin {
    font-size: 14px;
    color: #E9D7DC;
}

.btn-full-black {
    position: relative;
    background-color: #262324;
    border: none;
    outline: 0 !important;
    font-size: 16px;
    height: 44px;
    color: #fff;
}

.btn-full-black:hover {
    background-color: #8a8282;
}

.btn-full-black:active {
    background-color: #000000;
}

.btn-full-black.submitting {
    pointer-events: none;
    color: #262324;
}

.spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.pulsingEllipsisContainer {
    height: auto;
    width: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.pulsingEllipsisItem {
    -webkit-animation: spinner-pulsing-ellipsis 1.4s ease-in-out infinite;
    animation: spinner-pulsing-ellipsis 1.4s ease-in-out infinite;
    width: 6px;
    height: 6px;
    margin-right: 2px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    opacity: .3;
}

.pulsingEllipsisItem:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pulsingEllipsisItem:nth-of-type(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.msg-top {
    display: none;
    position: relative;
    cursor: pointer;
    height: 30px;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    z-index: 900;
}

.msg-top.error {
    background-color: #b00;
}

.msg-top.info {
    background-color: #1a88e3;
}

.msg-top .msg-icon {
    display: inline-block;
    font-size: 1.2em;
    margin-left: 8px;
    margin-top: 4px;
    vertical-align: top;
    color: #fff;
}

.msg-top .msg {
    display: inline-block;
    font-size: 14px;
    margin: 6px 10px;
    vertical-align: top;
    color: #fff;
}

@-webkit-keyframes spinner-pulsing-ellipsis {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }

    50% {
        -webkit-transform:scale(.8);
        transform:scale(.8);
        opacity:.3
    }

    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}

@keyframes spinner-pulsing-ellipsis {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }

    50% {
        -webkit-transform:scale(.8);
        transform:scale(.8);
        opacity:.3
    }

    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}

.modalmask {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}

.modalbox {
    width: 450px;
    position: relative;
    background: #262324;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2);
}

.modalbox.scale {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.modalbox .header {
    padding: 20px;
}

.modalbox .header .title {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.modalbox .body {
    padding: 0 12px 20px 20px;
}

.modalbox .body p {
    line-height: 20px;
    margin-bottom: 0;
}

.modalbox .footer {
    background-color: #191717;
    padding: 20px;
    text-align: right;
    border-radius: 0 0 5px 5px;
}

.modalbox .footer button {
    background-color: #E31A23;
    color: #fff;
    outline: 0 !important;
}

.modalbox .footer button:hover {
    background-color: #cc171f;
}

.modalbox .footer button:active {
    background-color: #b5151c;
}