body * {
    font-family: "Exo 2", Leto, sans-serif !important;
}

.logo {
    position: absolute;
    background-image: url("../images/login_logo.png");
    background-size: cover;
    height: 175px;
    width: 190px;
    z-index: 1000;
    text-align: center;
    top: 20px;
    margin-right: 160px;
}

.form-content {
    background-image: url("../images/login_bg_right_top.png");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0086C3;
}

.form-content .form-items {
    width: 350px;
    max-width: 350px;
}

.img-holder .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url("/landing/images/login_bg_left_top.png"), url("/landing/images/login_bg_left.png");*/
    background-image: url("/landing/images/login_bg_left.png");
    background-size: cover;
    background-position: right top;
    z-index: -1;
}

.form-content input, .form-content .dropdown-toggle.btn-default {
    border-radius: 3px;
    background-color: #276bde;
}

::placeholder {
    color: #a2c2e8 !important;
    font-family: "Exo 2", Roboto, sans-serif;
    font-size: 16px;
}

.page-title {
    color: #fff;
}

.page-title :first-child {
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 24px;
}

.page-title :nth-child(2) {
    font-weight: 200;
    padding-left: 15px;
}

.form-title {
    color: #fff;
    padding-top: 20px;
    padding-left: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px
}

.form-content input[type="checkbox"]:not(:checked) + label,
.form-content input[type="checkbox"]:checked + label,
.form-content input[type="radio"]:not(:checked) + label,
.form-content input[type="radio"]:checked + label{
    margin-left: 22px;
}

.form-content .form-button .ibtn {
    float: right;
    border-radius: 3px;
}

.form-content .form-button a {
    color: #2b9dd1;
    padding-left: 22px;
}

