p {
    margin-left: 70px;
}

.login-wrap {
    width: 320px;
    margin: 10% auto 0;

}

.login-form {
    /* border-radius: 10px; */
    padding: 8px 20px;
    border: 2px solid transparent;
    background: #DEEBFF;
    display: block;
    /* height: 35px; */
    width: 100%;
    margin-bottom: 24px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    outline: none;
}

.login-button {
    background: #2672DE;
    width: 320px;
    height: 48px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 24px;
    box-shadow: 0 0px 0px 1px #fff;
}

.login-page {
    background-color: #2672DE;

}

.login-wrap {
    width: 320px;
    margin: 10% auto 0;

}

.login-heading {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

.login-btn {
    opacity: 1;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/login_default.png) no-repeat center center;
    border: none;
    border-radius: 50%;



}

.tab1 {
    color: #EDF3F7;
    font-size: 15px;
}

.fpw {

    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    color: white;
}

.center-tab {
    text-align: center;
}

.bgd {
    background: #2672DE;
}

.btm-section {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
}