/*---------------------------------------------------------
login-design
-----------------------------------------------------------*/
a {
    text-decoration: none;
}

.wpo-login-area {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0;
}

.wpo-accountWrapper {
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: auto;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
}

.wpo-accountInfo {
    width: 50%;
    background: #1a1729;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
    text-align: center;
    padding: 50px;
}

.wpo-accountForm {
    width: 50%;
    padding: 70px 85px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpo-accountInfoHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wpo-accountInfoHeader a img {
    max-width: 200px;
}

.wpo-accountInfoHeader h2 a {
    display: block;
    line-height: 50px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.wpo-accountInfo .wpo-accountBtn {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #062265;
    border: 2px solid #fff;
    transition: all .4s ease-in-out 0s;
}

.wpo-accountInfo .wpo-accountBtn:hover {
    background: transparent;
    color: #fff;
}

.wpo-accountInfo p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.fromTitle h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.fromTitle p {
    font-size: 15px;
    margin-bottom: 40px;
}

.form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    /* height: 60px; */
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px;
    border: none;
}

.form-style input:focus {
    outline: none;
    border: 1px solid #e5e5e5 !important;
}




input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    border: 1px solid #e5e5e5;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-top: 9px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 1.2em;

}

/* input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #e5e5e5;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-top: 3px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 1.2em;
    position: absolute;
    right: 46%;
} */

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #F2BC00;
    border-color: #F2BC00;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}


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

.forget-btn a {
    display: inline-block;
    font-size: 14px;
    color: #F2BC00;
}

.input-box label {
    color: #676B79;
    font-weight: 500;
    font-size: 16px;
    /* padding-left: 20px !important; */
}

.wpo-accountForm .wpo-accountBtn {
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #F2BC00;
    width: 100%;
    background: #F2BC00;
    color: #fff;
    transition: all .4s ease-in-out 0s;
    margin-top: 30px;
}

.wpo-accountForm .wpo-accountBtn:hover {
    background: transparent;
    color: #333;
}

.or {
    border-top: 1px dashed #e5e5e5;
    margin-top: 45px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.or span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    top: -14px;
    color: #F2BC00;
}

.wpo-socialLoginBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    list-style: none;
}

.wpo-socialLoginBtn li button {
    height: 40px;
    width: 50px;
    min-width: 50px;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.wpo-socialLoginBtn li button.facebook {
    background: #3b5998;
}

.wpo-socialLoginBtn li button.linkedin {
    background: #0077B5;
}

.wpo-socialLoginBtn li button.twitter {
    background: #55acee;
}

.wpo-socialLoginBtn li {
    margin: 0px 5px 5px;
}

.subText {
    text-align: center;
}

.subText a {
    display: inline-block;
    font-size: 14px;
    color: #F2BC00;
}


.form-group {
    position: relative;
}

.input-group-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.input-group-btn button {
    background: transparent !important;
    border: none;
    outline: none;
    background: none;
    box-shadow: none !important;
}

.input-group-btn button:hover {
    background: transparent;
}

.input-group-btn button:focus,
.input-group-btn button.active {
    background: none !important;
    border: none !important;
    outline: none !important;
}

.btn-default.active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background: none !important;
    border: none;
    outline: none;
}

@media(max-width: 1200px) {
    .wpo-accountWrapper {
        width: 900px;
    }

    .wpo-accountForm {
        padding: 70px 35px;
    }
}

@media(max-width: 1024px) {
    .wpo-accountWrapper {
        width: 100%;
        max-width: 100%;
    }

    .wpo-accountForm {
        padding: 70px 35px;
    }

    .image img {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .wpo-accountInfo {
        width: 100%;
    }

    .wpo-accountForm {
        width: 100%;
    }

    .accountArea {
        padding: 0px 16px;
    }
}

@media(max-width: 767px) {
    .wpo-accountInfo {
        width: 100%;
    }

    .wpo-accountForm {
        width: 100%;
    }
}

.back-home {
    max-width: fit-content;
}
