p {
    margin-left: 70px;
}

.login-wrap {
    width: 240px;
    margin: 10% auto 0;
}

.login-form {
    padding: 4px 8px;
    border: 2px solid transparent;
    background: #DEEBFF;
    display: block;
    width: 80%;
    margin-bottom: 24px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    outline: none;
}

.login-button {
    background: #8626C3;
    width: 240px;
    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: #8626C3;
}

.login-btn {
    opacity: 1;
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/login_default.png) no-repeat center center;
    border: none;
    border-radius: 50%;
    float: right;
    margin-top: 5px;
    margin-right: 8px;
}

body {
    background-color: #8626C3;
}

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.logo-img {
    top: 71px;
    left: 551px;
    width: 155px;
    height: 66px;
}

.login-heading {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.form-group {
    margin-top: 10px;
}

.form-label {
    color: #EDF3F7;
    font-size: 15px;
}

.fpw {
    margin-left: 8px;
    cursor: pointer;
    color: white;
}

.logo-container {
    text-align: center;
}

.logo-img {
    top: 71px;
    left: 551px;
    width: 155px;
    height: 66px;
}

.login-heading {
    margin-top: 10px;
}

.form-group {
    margin-top: 10px;
}

.form-label {
    color: #EDF3F7;
    font-size: 15px;
}

.fpw {
    margin-left: 8px;
    cursor: pointer;
    color: white;
}

.login-btn {
    margin-top: 5px;
    margin-right: 8px;
}
