*:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

a:focus {
    outline: 0 solid
}

.partner-login-body {
    background-color: #f9f9f9;
}

ul.partner-login-footer-menu {
    /* text-transform: uppercase; */
    border-left: 2px solid #a6d270;
    margin-top: 50px;
    margin-left: 15px;
}

ul.partner-login-footer-menu li a {
    font-family: "ProximaNove-Semibold";
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 30px;
}

.footer-area.partner-login-footer {
    border-top: 2px solid #a6d270;
}

.login-section {
    margin-top: 160px;
    margin-bottom: 30px;
}

.partner-login-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 4px 40px #ececec;
}

.partner-login-form h3 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    color: #535353;
}

.partner-login-form form {
    padding: 10px 16px;
}

.partner-login-form label {
    display: block;
    color: #535353;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "ProximaNova-Light";
    margin-bottom: 16px;
}

.partner-login-form form input {
    background: #fff;
    width: 100%;
    display: block;
    height: 50px;
    /* box-shadow: none; */
    border: 1px solid #f4f4f4;
    padding: 4px 20px;
    margin-bottom: 22px;
    outline: 0;
}

.partner-login-form form input:focus {
    background: #fff;
}

.partner-login-form form a {
    text-decoration: none;
}

a.password-lost-warning {
    color: #f73214;
    font-size: 14px;
}

.login-btn {
    text-align: center;
    margin-top: 40px;
}

.login-btn button {
    border: none;
    width: 260px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "ProximaNove-Semibold";
    margin-bottom: 20px;
    background-color: #f73214;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.login-btn button:hover {
    color: #fff;
    background-color: #b2b2b2;
}

.need-account {
    text-align: center;
}

.need-account p {
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
    text-decoration: none;
}

a.form-highlighter {
    color: #f73214;
    font-size: 16px;
    outline: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
}

.appstores {
    text-align: center;
    margin-bottom: 50px;
    margin-left: -15px;
}


/* .appstores a:nth-child(1) {
    margin-left: -4px;
} */

.appstores a {
    margin-left: 20px;
    /* padding-left: 12px; */
}

.appstores a img {
    margin-top: 10px;
    transition: .4s;
}

.appstores img:hover {
    opacity: .8;
}