﻿body {
    background-color: #F3F3F3;
    min-width: 328px;
}

.row {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}

.login-div {
    display: table-cell;
    vertical-align: middle;
}

.login-form {
    border-radius: 18px;
    padding: 32px 32px 10px 32px;
    background-color: rgba(0, 0, 0, 0.2) !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background: linear-gradient(124deg, rgb(53 0 95 / 90%), rgb(28 26 29 / 90%) 90%);
    box-shadow: inset 0 0 4px 0 rgba(53,0,95,1), inset 0 0 0 0 rgba(119,66,193,1), inset 0 1px 1px 0 rgba(142,65,239,1), 0 0 48px 10px rgb(22 0 55);;
}

.input-txt:focus {
    outline: none;
    box-shadow: inset 0 1px 9px 4px rgba(176,0,255, .075), 0 0 8px 4px rgba(176,0,255, .25);
    background: transparent !important;
    border: 1px solid rgba(195, 0, 197, 0.5) !important;
    transition: all 0.3s ease-out;
}

p {
    color: white;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
    opacity: 0.3;
}

@media screen and (max-width: 392px) {
    .title {
        font-size: 26px !important;
    }

    .logos-container {
        max-width: 290px !important;
    }
}

@media screen and (max-width: 360px) {
    .title {
        font-size: 24px !important;
    }

    .logos-container {
        max-width: 268px !important;
    }
}

@media screen and (max-width: 338px) {
    .title {
        font-size: 22px !important;
    }

    .logos-container {
        max-width: 228px !important;
    }
}

.title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 26px;
    opacity: 1;
}

.form-group {
    margin-bottom: 24px;
}

.form-group input,
.form-group button,
.btn-block-sso {
    height: 48px;
    font-size: 16px;
}

input.form-control {
    max-width: none;
}

.input-txt {
    color: white;
    background: rgba(255, 255, 255, 0.075) !important;
    outline: none;
    border: 1px solid #2a0068;
    border-radius: 7px !important;
    padding: 0 21px;
    transition: all .3s ease-out;
}

.btn-block {
    background-color: rgb(176,0,255) !important;
    border-color: rgb(176,0,255) !important;
    border-radius: 7px !important;
}

.btn-block.btn-block-sso {
    background-color: rgb(231,1,91) !important;
    border-color: rgb(231,1,91) !important;
    padding-top: 12px;
    transition: background-color .3s ease-out;
}

.btn-block.btn-block-sso:focus {
    outline: none;
    box-shadow: 0 1px 9px 4px rgba(231,1,91, 0.5);
}

.btn-block-login {
    background-color: rgb(176,0,255) !important;
    border-color: rgb(176,0,255) !important;
    border-radius: 7px !important;
    outline: none;
    width: 100%;
    box-shadow: none;
    transition: .3s box-shadow ease-out;
}

.btn-block-login:focus {
    outline: none;
    box-shadow: 0 1px 9px 4px rgba(142, 65, 239, 0.5);
}

.col-md-6 {
    display: inline;
}

.sign-in-button {
    margin-top: 0px;
}

.decorated {
    overflow: hidden;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    font-size: small;
}

    .decorated > span {
        position: relative;
        display: inline-block;
    }

        .decorated > span:before, .decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 2px outset;
            width: 591px; /* half of limiter*/
            margin: 0 20px;
        }

        .decorated > span:before {
            right: 100%;
        }

        .decorated > span:after {
            left: 100%;
        }

.data-network-header {
    color: #01b0f2;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.li-width {
    width: 100%;
    padding-right: 0% !important;
}

.remember-me-line {
    display: table;
    vertical-align: middle;
}

.remember-me-checkbox {
    display: none; /*table-cell*/
    white-space: nowrap;
}

.need-help-line {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    display: block;
    text-align: center;
    font-weight: lighter;
    font-size: 11px;
}

.need-help-link {
    white-space: nowrap;
    color: white;
    opacity: 0.4;
    letter-spacing: 2px;
}

.need-help-link:hover {
    color: white;
    opacity: 0.8;
}

.cinchy-logo {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    padding: 0 48px;
}

.cinchy-logo-right {
    float: right;
}

.logos-container {
    clear: left;
    justify-content: center;
    margin-bottom: 22px;
    justify-content: space-between;
}

.logos-container-hidden {
    visibility: hidden;
}

.login-div-hidden {
    visibility: hidden;
}

.display-flex {
    display: flex !important;
}

.login-method-divider-container {
    margin-top: -2px;
    margin-bottom: 30px;
    opacity: 0.25;
}

.login-method-divider {
    display: inline-block;
    height: 2px;
    background-color: #b6b5b5;
    flex: 1;
    margin-top: 14px;
}

.login-method-divider-text {
    display: inline-block;
    padding: 0 30px;
    color: #b6b5b5;
    font-size: 18px
}

.client-logo {
    padding-right: 10px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.login-div {
    width: 360px;
    max-width: 360px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.remember-me-label {
    margin-top: 5px;
}

.alert-danger {
    color: white;
    background-color: transparent;
    border-color: none;
}

.danger ul {
    list-style-type: none;
    margin-bottom: 0px;
    color: white;
    opacity: 0.8;
    padding-left: 0px;
}

.validation-error-header {
    color: #d53462;
    font-size: 22px;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 4px;
    margin-top: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.6; /* Firefox */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

.alert {
    padding: 0px;
    border: none;
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 32px;
}