.mylogin {
    margin: 0;
    padding: 0;
}
.loginarea {
   width: 100%;
    background: none;
    padding: 0px;
    color: #514d6a;
    margin-bottom: 10px;
    box-shadow: 0 0 24px #000;
        margin-top: 91px;
}
.modal-backdrop{    z-index: -1 !important;
background-color:none !important}
.login-box-upper {
    padding: 10px 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.login-box-upper h3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #002f5b;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 0; 
    color:#fff;

}
.lock-box-back{
    padding: 69px 0;
}
   
.login-box {
   padding: 21px 40px;
    background: linear-gradient(to right bottom, #eee, #fff);
    opacity: .9;
}
.footer {
   background: #333;
    border-radius: 0px;
    padding: 5px 0px 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.footer__bottom {
    margin-top: 0.53rem;
    padding-top: 0.3rem;
    border-top: 0px solid #d2d9e5;
}

.footer__company {
    padding-left: 4.84rem;
    position: relative;
    display: inline-block;
    
}
.form-control{
border-radius: 2px !important;
    padding: 0 11px !important;
    border: 1px solid black;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    height: 46px;
}
.footer__company-logo {
    position: absolute;
    top: -22px;
    left: -41px;
    max-width: 122px;
   
}
.footer span {
    color: #fff;
}


.footer a {
    color: #ffbc36;
}
.sec-btn {
    color: #fff !important;
}
.sec-btn {
     font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff !important;
    /* height: 60px; */
    background-color: #26519b;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
}
.sec-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141b22;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
}