﻿.gatewareLogo {
    margin: 0px;
    position: relative;
    padding: 10px 0px 0px 30px;
    text-align: left;
    color: rgba(38, 67, 101,1);
    font-size: 40px;
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #666;
    letter-spacing: -0.2;
    font-size: 13.5px;
    line-height: 1.4;
}

.content {
    padding: 20px;
}

.content-auth {
    min-height: calc(100vh - 106px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.media-body {
    flex: 1;
}

.sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px;
}

.sign-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 500px;
}

.align-items-center {
    align-items: center !important;
}

.text-color-01 {
    color: #001737;
}

.text-color-03 {
    color: #8392a5;
}

.wd-100p {
    width: 100%;
}

.ht-100p {
    height: 100%;
}

.mx-wd-600 {
    width: 600px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.mg-t-20 {
    margin-top: 20px;
}

.l-0 {
    left: 0px;
}

.b-0 {
    bottom: 0px;
}

.pos-absolute {
    position: absolute;
}

h3, .h3 {
    font-size: 1.53125rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: #001737;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

button, input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn,
.ui-datepicker-buttonpane button,
.sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.46875rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 20px;
}

.btn-blue {
    background-color: #042893;
    border-color: #042893;
    color: #fff;
}

    .btn-blue:hover,
    .btn-blue:focus {
        background-color: #063cdd;
        border-color: #063cdd;
        color: #fff;
    }

.btn-cancel {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}

    .btn-cancel:hover,
    .btn-cancel:focus {
        color: #fff;
        background-color: #606a7c;
        border-color: #606a7c;
    }

.btn-outline-worker {
    background-color: transparent;
    border-color: #00a7e6;
    color: #00a7e6;
}

    .btn-outline-worker:hover, .btn-outline-worker:focus {
        background-color: #00a7e6;
        border-color: #00a7e6;
        color: #fff;
    }

.divider,
.divider-text {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8392a5;
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: .5px;
    margin: 15px 0;
}

    .divider-text::before {
        margin-right: 10px;
    }

    .divider-text::after {
        margin-left: 10px;
    }

    .divider::before, .divider::after,
    .divider-text::before, .divider-text::after {
        content: '';
        display: block;
        flex: 1;
        height: 1px;
        background-color: #e5e9f2;
    }

.password-container {
    position: relative;
}

.password-tip-container {
    position: absolute;
    top: 2px;
    left: -30px;
    font-size: 24px;
}

.has-error {
    background-color: #3b4863;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    display: none;
    font-size: 12px;
    color: white;
}

.error {
    color: #FF3D2E !important;
    border: 1px solid red !important;
    background-color: #F2DEDE !important;
}

.valid-data {
    color: #666 !important;
    border: 1px solid #2DB400 !important;
    background-color: #CEEFC3 !important;
    -moz-read-only: #CEEFC3 !important;
}

.signup-container > div,
.resetpassword-container > div {
    position: relative;
    margin-top: 10px;
}

.input-info-box {
    display: block;
    position: relative;
    margin-top: 3px;
}

.signup-tooltip {
    max-width: 450px;
    color: #FFFFFF !important;
    background: #ea8100 !important;
    font-size: 12px;
    border: none;
}

.password-tip-container {
    position: absolute;
    top: 2px;
    left: -30px;
    font-size: 24px;
}

.check-terms {
    vertical-align: middle;
    margin-top: 0 !important;
    margin-right: 3px;
}

.link-description {
    margin-top: 5px;
}

.footer {
    border-top-color: transparent;
    box-shadow: 0 0 25px rgba(26, 108, 225, 0.1);
}

.footer {
    position: absolute;
    text-align: right;
    font-size: 12px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    letter-spacing: .3px;
    padding: 15px 25px;
    background-color: #fafbfc;
    color: #637388;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}

    .footer a {
        color: #637388;
    }

        .footer a:hover {
            color: #4b5767;
        }

    .footer span.divider {
        display: inline-block;
        width: 1px;
        height: 10px;
        margin: 0 5px;
        border-left: 1px solid rgba(72, 94, 144, 0.16);
    }

.divTermsServiceContainer,
.divTermsPrivacyContainer,
.divTermsPrivacyContainerChoice {
    overflow: auto;
    height: 125px;
    background-color: #FFFFFF;
    padding: 8px;
    border: 1px solid #c0ccda;
    margin-top: 5px;
}

/************************************************************************************
    form-control
************************************************************************************/
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.9375rem + 2px);
        padding: 0.46875rem 0.625rem;
        font-size: inherit;
        font-weight: 400;
        line-height: 1.5;
        color: #1b2e4b;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c0ccda;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .form-control-revision {
        display: block;
        width: 100%;
        height: 30px;
        padding: 3px 5px;
        font-size: inherit;
        font-weight: 400;
        line-height: 1.5;
        color: #1b2e4b;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c0ccda;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .form-control::placeholder {
        color: #c0ccda;
    }

    form-control:disabled,
    .form-control[readonly] {
        background-color: #f5f6fa;
    }

@media (min-width: 1200px) {
    .sign-wrapper {
        width: 500px;
    }

    .mg-xl-l-60 {
        margin-left: 60px;
    }
}

@media (min-width: 992px) {
    .mg-lg-l-50 {
        margin-left: 50px;
    }
}
