﻿@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.eot');
    src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Roman.woff2') format('woff2'), url('../fonts/Avenir-Roman.woff') format('woff'), url('../fonts/Avenir-Roman.ttf') format('truetype'), url('../fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* MAIN >> */

body {
   
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}


/* MAIN << */

/* LOGIN >> */

@media screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .login-layout {
        margin: 9% auto auto auto;
    }
}

@media screen and (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .login-layout {
        margin: 15% auto auto auto;
    }
    
}




.login-layout {
    height: auto;
    width: 80%;
    padding: 40px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: block;
    z-index: 1;
    background-color: rgba(0,0,0,.5)
}

.login-label {
    margin: 60px 0px 60px 0px;
    font-weight: 200;
    font-size: 20px;
    color: #2D2D2D;
    line-height: 0.958;
    text-align: center;
}

.login-input {
    font-weight: 200;
    height: 44px;
    font-size: 15px;
    width: 90%;
    padding: 10px;
    color: #626262;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    outline: none;
}
    .login-input:hover {

    }

    .login-input:focus {
        border: 1px solid #f987b3 !important;
    }

.login-input::-webkit-input-placeholder {
    color: #626262;
    font-weight: 200;
}

.login-input-marging {
    margin-bottom: 15px;
}

.login-submit-button {
    display: block;
    width: 100%;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 15px;
    color: #fff;
    border-radius: 11px;
    border: none;
    outline: none;
    transition: .2s;
    font-weight: 400;
    background: #5c2fba;
}


    .login-submit-button:hover {
        color: #ffffff !important;
        background-color: #221048 !important;
        border: none !important;
        transition: .2s ease-in-out;
        transform:scale(1.05);
        cursor: pointer;
    }

.login-form-logo {
    height: 85px;
    position: absolute;
    right: -20px;
    bottom: 25px;
    z-index: 0;
}

.login-forgot-password-block {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    margin-top: 20px;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

    .login-forgot-password-block > a {
        color: #666666;
        font-weight: 200;
        font-size: 1.1em;
    }

.login-showpassword-checkbox {
    position: absolute;
    width: 20px;
    opacity: 0;
    cursor: pointer;
}


.login-showpassword-icon {
    position: absolute;
    color: #626262;
    right: 10px;
    top: 22px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 200;
}

.login-show-lang {
    position: absolute;
    color: #626262;
    left: 42%;
    top: 43px;
    font-size: 10px;
    font-weight: 200;
}

.login-form-group {
    display: block;
    position: relative;
}

.login-show-caps {
    position: absolute;
    color: #626262;
    left: 46%;
    top: 43px;
    font-size: 10px;
    display: none;
    font-weight: 200;
}

.login-validation-message {
    display: block;
    position: absolute;
    /*width: 100%;*/
    color: #ff004f;
    font-weight: 300;
    font-size: 13px;
}


.input-validation-error {
    color: #ff004f !important;
    border-color: #ff004f;
    font-weight: 200;
}

.login-input-label {
    position: absolute;
    color: #666666;
    top: -25px;
    font-size: 15px;
    left: 2px;
    font-weight: 200;
}

#loginLabel {
    display: none;
}

#passwordLabel {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
}







/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceLeft {
    0% {
        -webkit-transform: translate3d(80%, -50%, 0);
        transform: translate3d(80%, -50%, 0);
    }

    50% {
        -webkit-transform: translate3d(-30px, -50%, 0);
        transform: translate3d(-30px, -50%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, -50%, 0);
        transform: translate3d(5%, -50%, 0);
    }
}

@keyframes bounceLeft {
    0% {
        -webkit-transform: translate3d(80%, -50%, 0);
        transform: translate3d(80%, -50%, 0);
    }

    50% {
        -webkit-transform: translate3d(-30px, -50%, 0);
        transform: translate3d(-30px, -50%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, -50%, 0);
        transform: translate3d(5%, -50%, 0);
    }
}
/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceRight {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    50% {
        -webkit-transform: translate3d(90%, -50%, 0);
        transform: translate3d(90%, -50%, 0);
    }

    100% {
        -webkit-transform: translate3d(80%, -50%, 0);
        transform: translate3d(80%, -50%, 0);
    }
}

@keyframes bounceRight {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    50% {
        -webkit-transform: translate3d(90%, -50%, 0);
        transform: translate3d(90%, -50%, 0);
    }

    100% {
        -webkit-transform: translate3d(80%, -50%, 0);
        transform: translate3d(80%, -50%, 0);
    }
}

/*
    SHAKE
*/

@keyframes shake {

    10%, 90% {
        -webkit-transform: translate3d(-1%, -50%, 0);
        transform: translate3d(-1%, -50%, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(1%, -50%, 0);
        transform: translate3d(1%, -50%, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-2%, -50%, 0);
        transform: translate3d(-2%, -50%, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(2%, -50%, 0);
        transform: translate3d(2%, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(5%, -50%, 0);
        transform: translate3d(5%, -50%, 0);
    }
}

/**
 * Page background
 */

.user {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../images/bg.jpg') no-repeat;
    background-size: cover;
}

    .user::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 309px;
        height: 92px;
      /**  background: url(../images/logo.png) no-repeat;**/
        background-size: 100%;
    }

.user_options-container {
    position: absolute;
    width: 920px;
    height: 310px;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    background-color: rgba(34, 34, 34, 0.85);
    border-radius: 3px;
}

.user_options-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    
}


/**
 * Registered and Unregistered user box and text
 */
.user_options-unregistered {
    width: 45%;
    padding: 30px 30px 30px 70px;
    color: #fff;
    font-weight: 300;
}

.user_unregistered-title {
    font-size: 20px;
    line-height: 1em;
}

.user_unregistered-text {
    margin-top: 143px;
    font-size: 18px;
    line-height: 1.4em;
}

.forms_buttons {
    margin-top: 30px;
}
.form-group {
    margin-bottom: 40px;
    margin-left: 60px;
}
/**
 * Login and signup forms
 */
.user_options-forms {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 480px;
    height: 400px;
    padding: 40px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

    .user_options-forms .user_forms-login {
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    }

   .user_options-forms .user_forms-login {
        width: 100%;
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }

  
    /**
 * Triggers
 */
    .user_options-forms.bounceLeft {
        -webkit-animation: bounceLeft 1s forwards;
        animation: bounceLeft 1s forwards;
    }

  
    .user_options-forms.bounceRight {
        -webkit-animation: bounceRight 1s forwards;
        animation: bounceRight 1s forwards;
    }

    .user_options-forms.shake {
        animation: shake 0.3s cubic-bezier(.36,.07,.19,.97) both;
        backface-visibility: hidden;
        perspective: 1000px;
    }



@media screen and (min-width: 1100px) and (max-width: 1550px) {

    .user::after {
        width: 249px;
        height: 72px;
    }
    .user_options-container {
        width: 800px;
        left: 40%;
        top: 47%;
        height: 264px;
    }
    .user_options-forms {
        width: 408px;
        height: 329px;
        padding: 31px;
    }
    .user_unregistered-text {
        margin-top: 148px;
        margin-bottom: 0;
    }

    .forms_buttons {
        margin-top: 20px;
    }
    .login-input {
        height: 37px;
        font-size: 18px;
    }
    .login-submit-button {
        height: 37px;
        font-size: 15px;
    
    }
    .login-forgot-password-block > a {
        font-size: 1em;
    }
    .user_unregistered-title {
        font-size: 20px;
        margin-top: 0;
    }
    .user_unregistered-text {
        font-size: 1em;
    }
    .user_options-unregistered {
        padding: 30px 70px 30px 50px;
        
    }
    .login-validation-message {
        bottom: -10px;
    }
}

/* LOGIN << */

/* FOOTER */

footer > p {
    margin: 0;
}

/* FORGOT PASSWORD >> */
.forgot-layout {
    height: auto;
    margin: 12% auto auto auto;
    width: 75%;
    padding: 40px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    z-index: 1;
    background: url(../images/ForgotPassword.png);
    background-repeat: round;
    /* box-shadow: 0px 0 8px rgba(0,0,0,.7);*/
}

.forgot-password-label {
    font-size: 35px;
    margin: 15px 0px 40px 0px;
    color: rgb(66, 190, 185);
    font-weight: 500;
    line-height: 0.958;
    text-align: center;
}

.forgot-password-other-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #626262;
    font-weight: 200;
}

.forgot-password-close-icon {
    color: #626262;
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    font-weight: 200;
}

.forgot-password-icon-url {
    color: #a0a0a0 !important;
    font-weight: 200;
}

/* FORGOT PASSWORD << */


