body {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #707070;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.login-page-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap {
        height: 100%;
        position: inherit;
    }
}

.login-page-wrap .content-wrap {
    height: 100%;
    background-image: url("../../img/banner/hero_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .content-wrap {
        overflow: hidden;
    }
}

.login-page-wrap .content-wrap .map-line {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.login-page-wrap .content-wrap .map-line .map-marker li {
    position: absolute;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(1n) {
    bottom: 50px;
    right: 58%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(2n) {
    top: 33%;
    right: 75%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(3n) {
    top: 60%;
    right: 37%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(4n) {
    top: 38%;
    right: 21%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #403cd9;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

.login-page-wrap .login-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .login-content {
        padding: 20px;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
}

.login-page-wrap .item-logo {
    margin-bottom: 50px;
}

.login-page-wrap .item-logo a.logo-img {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.login-page-wrap .item-logo a.logo-img img {
    width: 200px;
}

.login-page-wrap .item-logo h2 {
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
}

.login-page-wrap .item-logo p {
    max-width: 70%;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .item-logo p {
        max-width: 100%;
    }
}

.login-page-wrap .login-form-wrap {
    position: relative;
    z-index: 1;
    font-family: "Mulish", sans-serif;
    position: relative;
    z-index: 1;
    max-width: 550px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .login-form-wrap {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }
}

.login-page-wrap .nav-tabs {
    display: flex;
    border-bottom: none;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs {
        position: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
    }
}

.login-page-wrap .nav-tabs li {
    margin-right: 0px;
}

.login-page-wrap .nav-tabs li:last-child {
    margin-right: 0;
}

.login-page-wrap .nav-tabs li .nav-link {
    text-align: center;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    border: none;
    border-radius: 12px 0px 0px 12px;
    padding: 15px 25px;
    min-width: 180px;
}

.login-page-wrap .nav-tabs li:last-child .nav-link {
    border-radius: 0px 12px 12px 0px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs li .nav-link {
        padding: 12px 20px;

        font-size: 14px;
    }
}

.login-page-wrap .nav-tabs li .nav-link i {
    margin-bottom: 6px;
    display: inline-block;

    font-size: 22px;
    color: #8fb14f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs li .nav-link i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 0;
        margin-right: 6px;
        font-size: 18px;
    }
}

.login-page-wrap .nav-tabs li .nav-link:hover {
    background-color: #8fb14f;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link:hover i {
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active {
    background-color: #8fb14f;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active i {
    color: #ffffff;
}

.login-page-wrap .tab-content {
    min-width: 470px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 90px 60px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .tab-content {
        min-width: 100%;
        padding: 30px 20px;
    }
}

.login-page-wrap .tab-content .item-title {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .tab-content .item-title {
        font-size: 22px;
        margin-bottom: 0px;
    }
}

.login-page-wrap .tab-content .item-title span {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #eaeaea;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .login-tab .reset-password {
    margin-bottom: 10px;
}

.login-page-wrap .tab-content .login-tab .reset-password a {
    display: block;
    text-align: right;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}

.login-page-wrap .tab-content .login-tab .account-create {
    font-weight: 600;
    margin-top: 25px;
}

.login-page-wrap .tab-content .login-tab .account-create a {
    color: #1266b5;
    text-decoration: underline;
}

.login-page-wrap .tab-content .login-tab .account-create a:hover {
    color: #8fb14f;
}

.form-group .submit-btn {
    height: auto;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    background-color: #1266b5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 13px 10px;
}

.form-group .submit-btn:hover {
    background-color: #8fb14f;
}

.form-group .submit-btn:focus {
    outline: none;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #646464;
}

.form-check {
    position: relative;
    padding-left: 0;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #646464;
    cursor: pointer;
}

.form-check label i {
    color: #ffbc09;
    margin-right: 4px;
}

.form-check label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 16px;
}

.form-check input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.form-check input[type="checkbox"]:checked + label {
    color: #000000;
}

.form-check input[type="checkbox"]:checked + label:after {
    font-family: IcoFont;
    content: "\eed8";
    font-weight: 600;
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.form-check input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-check label::before {
    border-radius: 4px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #1266b5;
    border-color: #1266b5;
}

.form-check input[type="checkbox"]:checked + label:after {
    color: #ffffff;
}

.membership-aggreement-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 100;
}

.membership-aggreement-modal.modal-show {
    visibility: visible;
    opacity: 1;
}

.membership-aggreement-modal .modal-dialog {
    max-width: 500px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.membership-aggreement-modal .modal-content {
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.parsley-errors-list {
    color: red;
    padding: 0;
}
.parsley-errors-list li {
    list-style: none;
    margin-top: 3px;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0c1fd7;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0c1fd7;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

#invite-register .kullanici-bilgileri {
    width: 500px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
#invite-register .kullanici-bilgileri .kullanici-resmi {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri {
    margin-left: 10px;
}

#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .isim {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .sirket {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .ulke-sehir {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#invite-register
    .kullanici-bilgileri
    .kullanici-genel-bilgileri
    .baglanti-sayisi {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#invite-register
    .kullanici-bilgileri
    .kullanici-genel-bilgileri
    .sirket-sayisi {
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    #invite-register .kullanici-bilgileri {
        width: 100%;
        margin-right: 0;
        flex-direction: column;
    }
    #invite-register .kullanici-bilgileri .kullanici-genel-bilgileri {
        margin-left: 0;
        margin-top: 10px;
    }
}
