
/* Proxima Nova Soft */
@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('../fonts/proximanova/ProximaNovaSoft-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/ProximaNovaSoft-Regular.otf')  format('opentype'),
         url('../fonts/proximanova/ProximaNovaSoft-Regular.woff') format('woff'), url('../fonts/proximanova/ProximaNovaSoft-Regular.ttf')  format('truetype'), url('../fonts/proximanova/ProximaNovaSoft-Regular.svg#ProximaNovaSoft-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('../fonts/proximanova/ProximaNovaSoft-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/ProximaNovaSoft-Medium.otf')  format('opentype'),
         url('../fonts/proximanova/ProximaNovaSoft-Medium.woff') format('woff'), url('../fonts/proximanova/ProximaNovaSoft-Medium.ttf')  format('truetype'), url('../fonts/proximanova/ProximaNovaSoft-Medium.svg#ProximaNovaSoft-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('../fonts/proximanova/ProximaNovaSoft-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/ProximaNovaSoft-Semibold.otf')  format('opentype'),
         url('../fonts/proximanova/ProximaNovaSoft-Semibold.woff') format('woff'), url('../fonts/proximanova/ProximaNovaSoft-Semibold.ttf')  format('truetype'), url('../fonts/proximanova/ProximaNovaSoft-Semibold.svg#ProximaNovaSoft-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('../fonts/proximanova/ProximaNovaSoft-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/ProximaNovaSoft-Bold.otf')  format('opentype'),
         url('../fonts/proximanova/ProximaNovaSoft-Bold.woff') format('woff'), url('../fonts/proximanova/ProximaNovaSoft-Bold.ttf')  format('truetype'), url('../fonts/proximanova/ProximaNovaSoft-Bold.svg#ProximaNovaSoft-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

/* Circular Std */
@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/circularstd/CircularStd-Bold.eot');
    src: url('../fonts/circularstd/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/circularstd/CircularStd-Bold.woff') format('woff'),
        url('../fonts/circularstd/CircularStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #0c56a6;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #0c56a6;
    text-decoration: underline;
}

body {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eef6ff;
    background-size: cover;
    color: #717B96;
}

#login-form-wrapper {
    position: relative;
    width: 30%;
    height: 100%;
    background: #fff;
    box-shadow: -20px 0 89px 0 rgba(68, 70, 75, 0.2);
}

#login-form-wrapper-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

body.login-action-login #login-form-wrapper-center {
    transform: translateY(-71%);
}

.login #login_error {
    border-left-color: #e20f20;
}

#login-form-wrapper .intro-text {
    margin: 0 15% 80px 15%;
    color: #717B96;
    font-family: "ProximaNovaSoft";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
}

#login-form-wrapper .intro-text span {
    font-size: 18px;
    line-height: 1.5;
    color: #717B96;
    font-family: "ProximaNovaSoft";
}

#login-form-wrapper .intro-text h1 {
    padding-bottom: 15px;
    font-size: 42px;
    text-align: left;
    font-family: "CircularStd";
    color: #0c56a6;
}

#login-form-wrapper .intro-text h1 span {
    color: #e20f20;
    font-size: 42px;
}

#login-form-wrapper #login {
    width: 100%;
    margin: 0;
    padding: 0;
}

#login-form-wrapper #loginform,
#login-form-wrapper #lostpasswordform,
#login-form-wrapper #resetpassform,
#login-form-wrapper #registerform {
    position: relative;
    margin: 0 15%;
    padding: 0;
    overflow: inherit;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

#login-form-wrapper #loginform .dashicons,
#login-form-wrapper #lostpasswordform .dashicons,
#login-form-wrapper #resetpassform .dashicons,
#login-form-wrapper #registerform .dashicons {
    color: #0c56a6;
}

#login-form-wrapper #login_error {
    margin: 0 15% 20px 15%;
    color: #0c56a6;
}

#login-form-wrapper label {
    font-family: "CircularStd";
    color: #0c56a6;
    font-size: 18px;
}

#login-form-wrapper input[type="text"],
#login-form-wrapper input[type="password"],
#login-form-wrapper input[type="email"] {
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    border: none;
    border-bottom: 1px solid #eef6ff;
    font-family: "ProximaNovaSoft";
    font-size: 16px;
    font-weight: normal;
    color: #0c56a6;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#login-form-wrapper input[type="text"]:focus,
#login-form-wrapper input[type="password"]:focus,
#login-form-wrapper input[type="email"]:focus {
    border-bottom: 2px solid #03d16c;
    padding: 0 0 1px;
}

#login-form-wrapper input[type=checkbox]:checked:before,
#login-form-wrapper input[type=checkbox]:focus {
    color: #03d16c;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #03d16c !important;
}

#login-form-wrapper #loginform .submit {
    position: absolute;
    bottom: -200px;
    left: 0;
}

#login-form-wrapper #registerform .submit {
    margin: 70px 0 0 0;
    text-align: center;
}

#login-form-wrapper #lostpasswordform .submit,
#login-form-wrapper #resetpassform .submit {
    margin: 70px 0 0 0;
}

#login-form-wrapper .submit {
    width: 100%;
    text-align: center;
}

#login-form-wrapper .submit .button {
    min-width: 240px;
    height: 60px;
    margin: 0 auto;
    padding: 0 40px 0 60px;
    float: none;
    background-color: #0c56a6;
    background-image: url("../svg/powerbutton.svg");
    background-repeat: no-repeat;
    background-position: 20% 49%;
    background-size: 20px 20px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    font-family: "CircularStd";
    font-size: 18px;
    text-shadow: none;
    text-align: center;
    line-height: normal;
    text-transform: lowercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#login-form-wrapper .submit .button:hover {
    background-color: #03d16c;
    background-image: url("../svg/powerbutton-hover.svg");
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#login-form-wrapper #lostpasswordform .submit .button,
#login-form-wrapper #resetpassform .submit .button {
    padding: 0 40px;
    background-image: none;
}

#login-form-wrapper #login #loginform .forgetmenot label,
#login-form-wrapper #login #nav {
    font-family: "CircularStd";
    font-size: 16px;
    color: #717B96;
}

#login-form-wrapper #login #nav {
    margin: -2px 15% 0 0;
    padding: 0;
    float: right;
    color: #03d16c;
}

body.login-action-lostpassword #login-form-wrapper #login #nav,
body.login-action-rp #login-form-wrapper #login #nav,
body.login-action-register #login-form-wrapper #login #nav {
    margin: 20px 0 0 0;
    float: none;
    text-align: center;
}

#login-form-wrapper #login #nav a {
    margin: 0 10px;
    color: #717B96;
}

#login-form-wrapper #login #nav a:hover {
    color: #03d16c;
}

.login h1 a,
.login #backtoblog,
#login-form-wrapper .message,
#reg_passmail {
    display: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}

#login-logo {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

#login-logo svg {
    width: 40px;
    height: 24px;
}

#login-slider {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30%;
    width: 70%;
    height: 100%;
}

#login-slider .slide,
.slick-track,
.slick-list {
    position: relative;
    height: 100%;
}

#login-slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#login-slider .slide.slide1 { background-image: url(); background-color: red; }
#login-slider .slide.slide2 { background-image: url(); background-color: green; }
#login-slider .slide.slide3 { background-image: url(); background-color: blue; }

#login-slider .slide a {
    height: 100%;
    display: block;
    text-align: center;
    font-size: 32px;
}

#login-slider .slide a span {
    display: none;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/* Desktop small / tablet landscape */
@media only screen and (max-height: 899px) {

    #login-form-wrapper .intro-text {
        margin: 0 15% 50px 15%;
    }

    #login-form-wrapper #loginform .submit {
        bottom: -170px;
    }

    #login-form-wrapper #lostpasswordform .submit {
        margin: 40px 0 0 0;
    }

}

/* Tablet portrait */
@media only screen and (max-height: 799px) {

    #login-form-wrapper-center,
    body.login-action-login #login-form-wrapper-center {
        position: static !important;
        top: inherit !important;
        transform: inherit !important;
        background: #fff;
    }

    #login-form-wrapper .intro-text {
        padding: 15% 0 0 0;
    }

    .login form .forgetmenot {
        float: none !important;
    }

    #login-form-wrapper #login #nav {
        margin: 20px 0 0 0;
        float: none;
        text-align: center;
    }

    #login-form-wrapper #loginform .submit {
        position: static;
        margin: 40px 0 0 0;
        display: block;
    }

    #login-logo {
        position: static;
        bottom: inherit;
        padding: 60px 0 30px 0;
        display: block;
        background: #fff;
    }

}

/* Mobile landscape */
@media only screen and (max-width: 1279px) {

    #login-form-wrapper {
        width: 40%;
    }

    #login-slider {
        width: 60%;
        left: 40%;
    }

}

/* Mobile landscape */
@media only screen and (max-width: 1099px) {

    #login-form-wrapper {
        width: 45%;
    }

    #login-slider {
        width: 55%;
        left: 45%;
    }

}

/* Mobile portrait */
@media only screen and (max-width: 959px) {

    #login-form-wrapper {
        width: auto;
    }

    #login-slider {
        display: none;
    }

}

@media only screen and (max-width: 520px) {

    #login-form-wrapper .intro-text {
        margin: 0 30px 40px 30px;
        padding: 30px 0 0 0;
    }

/*
    #login-form-wrapper .intro-text h1 {
        text-align: center;
    }
*/

    #login-form-wrapper #loginform, #login-form-wrapper #lostpasswordform, #login-form-wrapper #resetpassform, #login-form-wrapper #registerform {
        margin: 0 30px;
    }

    #login-form-wrapper #login_error {
        margin: 0 30px 20px 30px;
        color: #0c56a6;
    }

    .login form .forgetmenot {
        float: none !important;
    }

    #login-form-wrapper #login #nav {
        margin: 20px 0 0 0;
        float: none;
        text-align: center;
    }

    #login-form-wrapper #loginform .submit {
        position: static;
        margin: 40px 0 0 0;
        display: block;
    }

    #login-form-wrapper .submit .button {
        width: 100%;
        padding: 0 30px;
    }

}


/* Slider */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
