/**********************

CONTAINER

***********************/
.signup_container{
    /* background-image: url('/images/signup/dubai-bg.jpg'); */
    background-image: url('/images/signup/slide.jpg');
    background-image: url('/images/signup/om-london.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-color: #ca064d;
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
}

.signup_container #signup_subtitle {
    margin-top: -30px;
    margin-bottom: 40px;
}

.vcode {
    margin-top: 30px;
}

.vcode-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 22px;
    margin: 0px 5px;
}

.background-overlay {
    background: #CA064D;
    opacity: 0.3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.incentives-container {
    background-image: none;
    background-color: #050647;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.incentives-container #signup_user_form, .incentives-container #login_user_form {
    margin: 0 auto;
}

.incentives-container .background-overlay {
    background: #050647;
    opacity: 0.6;
}

.incentives-container .signup_logo {
    display: none;
}

.incentives-container #signup-header {
    position: relative;
    display: flex;
    min-width: 750px;
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
}

.incentives-container #signup_logo_2 {
    flex: 33%;
    height: 100%;
    margin: 0px 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.incentives-container #signup-footer {
    background-image: url(/images/signup/footer.png);
    position: relative;
    display: relative;
    min-width: 750px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 60px;
}

.md-red {
    background-color: #fff !important;
    color: #CA064D !important;
    outline: 1px solid #CA064D;
    outline-offset: -1px;
}

.md-red:hover, .md-red:focus {
    background-color: #CC00001c !important;
    outline: none;
}

.table-vertical-center {
    /* display: table-cell; */
    /* vertical-align: middle; */
    background: none;
    position: absolute;
    box-shadow: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/**********************

TITLE

***********************/

.signup_logo{
    width: 100px;
    left: 20px;
    top: 20px;
    position: absolute;
}

#signup_title{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #4c505a;
    margin-bottom: 50px;
    text-align: center;
}

md-input-container {
    margin: 20px 0px;
    /* line-height: 30px; */
}

.footer-link {
    margin-top: 15px;
}

#login_user_form {
    width: 300px;
    margin: 0px 30px;
}

#signup_user_form {
    width: 750px;
}

.signup-wrapper {
    position: relative;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 3px;
    padding: 30px 45px 30px;
    margin: 10px 0px;
    max-height: calc(100% - 20px);
    overflow: auto;
}

.signup-wrapper a {
    text-decoration: none;
    color: #4978b3;
    cursor: pointer;
    font-weight: bold;
}

.signup-wrapper a:hover {
    text-decoration: underline;
}

.signup_input{
    width: 65% !important;
    float:right !important;
}

.signup_input_code{
    width: 60% !important;
    margin-left: 20%;
    text-align: center;
}

.file_info_tooltip{
    margin-left: 10px;
}

.file_input{
    height: auto;
    margin-top: 5px;
    line-height: 40px;
}

md-tooltip{
    font-size: 12px;
}


/**********************

NAVIGATION

***********************/

.signup_bar{
    background-color: #ff6c8f;
}

.signup_bar .pillsNavigation li{
    background-color: #fff;
}

.signup_bar .pillsNavigation a{
    color: #000;
    cursor: pointer;
}

.signup_bar .pillsNavigation li a.current{
    background-color: #ca064d;
    box-shadow: none;
    color: #fff !important;
}


/**********************

FORM

***********************/

.button_signup_next{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.button_signup_prev{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.signup_padding_input{
    padding: 10px;
}

.signup_input{
    /*margin-top: 50px;*/
    /*padding: 10px;*/
    /*position: absolute;*/
    width: 100%;
}

.formMessagesError{
    color: #EA5959;
    text-align: center;
}

.md-select-value {
    padding: 0;
}

/* roules for getting preset of browser on input and put the label of the input UP
 * specially in login page
 */
@keyframes onAutoFillStart {  from {/**/}  to {/**/}}
@keyframes onAutoFillCancel {  from {/**/}  to {/**/}}
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
    animation-name: onAutoFillCancel;
}

.loading_message {
    color: #ca064d;
    /* font-weight: bold; */
    font-size: 1.1em;
    margin-bottom: 30px;
}

.logout-info {
    color: #888;
    margin-top: 50px;
    text-align: center;
}
