﻿/*html, body, .content-wrapper, .login-page {
    background-color: #f7f7f7 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}*/

#outPopUp {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    min-width: 400px;
    background-color: #f7f7f7;
}

#outPopUp_v2 {
    padding: 8px 8px 0 8px;
    width: 30%;
    min-width: 400px;
    margin-left: 13%;
    margin-top: 5%;
}

#outPopUp_v2 input {
    border: 1px solid gray;
}

#outPopUp_v2 input::placeholder {
    text-align: left !important;
}

#outPopUp_v2 input:-webkit-autofill {
    -webkit-text-fill-color: #282828;
    -webkit-box-shadow: 0 0 0 100px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*Usability - focused*/
#outPopUp_v2 input:not([type='checkbox']):not([type='radio']):focus, select:focus, span:focus, textarea:focus {
    border-color: #1F2A44 !important;
    box-shadow: none !important;
}

#outPopUp_v2 .field-icon {
    position: relative;
    font-size: 1.4em;
    float: right;
    right: 10px;
    margin-left: -20px;
    top: -35px;
}

#outPopUp_v2 .field-icon i {
    color: black !important;
}

.content-wrapper {
    margin: 0;
}

.login-page input, .register-page input {
    background-color: #27BFD6 !important;
    color: white !important;
    border-radius: 4px !important;
    border: none !important;
}

.login-page input::placeholder,
.register-page input::placeholder {
    color: white !important;
    text-align: center;
}

.register-page fieldset {
    padding: 5% 10% 0 10%;
}

.login-page fieldset {
    padding: 5% 3% 0 3%;
}

.login-page a {
    text-shadow: none !important;
}

.row {
    margin: 0 !important;
}

#a-show i {
    color: white !important;
}

label {
    font-weight: 400 !important;
}

input:disabled, input:disabled::placeholder {
    background-color: darkgray !important;
    color: black !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #27BFD6 inset;
    transition: background-color 5000s ease-in-out 0s;
    color: white;
    caret-color: white;
    font-size: 16px;
}

/*Usability - Focus*/
input[type='checkbox radio']:focus, .btn:focus {
    outline-style: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

input:not([type='checkbox']):not([type='radio']):focus, select:focus, span:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 1px #1F2A44 !important;
}

/*Text*/
.text-inactive {
    color: rgb(115,115,165) !important;
}

.text-primary-light {
    color: #27BFD6 !important;
}

.text-primary-dark {
    color: #1F2A44 !important;
}

.text-secondary-dark {
    color: #3D6F9F !important;
}

.text-secondary-light {
    color: #00A9E3 !important;
}

.font-size-14{
    font-size: .875rem !important;
}
