* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow: hidden;
    width: 100%;
    float: left;
    background-image: url(../images/login-bgimg_img1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
}

.wrapper-p {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    padding: 15px;
}

.wrapper-p .container-login .wrap-login {
    padding: 35px 50px;
}

.white-login {
    width: 370px;
    height: 400px;
    background: #FFFFFF;
    float: left;
   
}

input {
    outline: none;
    border: none;
}

.login-welcome-t {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0.02em !important;
    color: #43469E !important;
    padding-top: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.wrap-input100 {
    border-bottom: 1px solid #545454 !important;
    width: 100%;
    position: relative;
}

.input100 {
    padding: 0 35px 0px 5px !important;
    color: #545454 !important;
    font-size: 14px !important;
    height: 33px !important;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.userican_img {
    position: absolute;
    right: 10px;
    top: 8px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.button-section {
    margin-top: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.gray-btn {
    background: linear-gradient(180deg, #43469E 28.26%, rgba(235, 13, 140, 0) 181.52%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background-color: #FF8B7B;
    border: none;
}

.gray-btn {
    font-size: 15px !important;
}

.btn-p {
    width: 140px !important;
    height: 43px !important;
}

.wrap-login a {
    color: #43469E;
    padding-left: 20px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.gray-btn:hover, .gray-btn:active {
    background: #F87B77;
    color: white;
    transition: all 0.4s;
}

.wrap-login a:hover {
    color: #43469E;
    text-decoration: none;
}

.wi-170 {
    width: 170px !important
}

.wi-150 {
    width: 150px !important
}

.wrap-login a:hover {
    color: #43469E;
    text-decoration: none;
}

.wrap-login a {
    font-size: 12px !important;
    line-height: 21px;
    letter-spacing: 0.1em;
}

.backicon_link {
    position: absolute;
    top: 22px;
    left: 33px;
    padding: 0px !important;
}

.otp_p {
    font-size: 12px;
}

.greentexts_otp {
    color: #008000;
    line-height: 20px;
}

.sendotp_se {
    width: 120px;
    display: inline-table;
    line-height: 10px;
}

.footerp_texto {
    text-align: center;
    font-size: 12px;
    color: #545454 !important;
    margin-top: 20px;
    float: left;
    width: 100%;
}
/* Responsive */
@media (max-width: 520px) {
    .updates-card {
        padding: 20px;
    }
}
.otpmessage_texts {
    width: 250px;
    font-size: 12px;
    padding-top: 12px;
}
.otp-btn {
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100px !important;
    float: right;
    position: absolute;
    right: 50px;
    margin-top: 10px;
}