body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
}

.mtb-40{
    margin-top:40px;
    margin-bottom:40px;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 50px 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: auto;
    height: auto;
    margin-left: 90px;
}


::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #004885;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #004885;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    opacity: 0.9;
    cursor: pointer;
    color: #fff;
}

.bg-blue {
    color: #fff;
    background-color: #004885;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }
    
    .image{
         margin-left: initial;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
    
    .partner-logo {
        margin-left:0 !important;
    }
    
}
@media screen and (max-width: 767px) {
.partner-logo {
        margin-left:0 !important;
    }
    
}


.form-check-input{
    padding: 6px 7px;
}

.form-group{
    margin-bottom:0.5rem;
}

.field-dependent, #pass-indicator, #username-indicator ,#reg-form, #btn-sub-registration, #btn-sub-confirm-code, #reset-confirmation-code, #reset-new-passsword, #btn-sub-new-pass, #forgot-pass-indicator{
    display:none;
}

.required-field {
    color: #da1212;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:50px;
}

.partner-logo .logos {
    height: 80px;
    margin: 10px;
}

@media (max-width: 767px) {
    .partner-logo .logos{
        height:50px;
    }
}
        
@media (min-width: 1025px) and (max-width: 1280px) {
    .partner-logo .logos{
        height:60px;
    }
}

.alert{
    margin-bottom:0px;
    padding: 0.75px;
}

/* 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;
}

.alert-success {
    color: #fff;
    background-color: #058E46;
    border-color: #058E46;
}

.alert-warning {
    color: #fdfdfd;
    background-color: #dc3545;
    border-color: #dc3545;
}
.ui-pnotify-container {
    padding: 15px !important;
}