p {
    margin-left: 70px;
}

.login-wrap {
    width: 240px;
    margin: 10% auto 0;
}

.login-form {
    padding: 8px 14px;
    border: 2px solid transparent;
    background: #DEEBFF;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    outline: none;
}

.login-button {
    background: #8626C3;
    width: 240px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 21px;
    box-shadow: 0 0px 0px 1px #fff;
}

.login-page {
    background-color: transparent;
}

.login-heading {
    font-size: 32px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 40px;
}

.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;
}

body {
    background: #8626C3;
}

.logo-container {
    text-align: center;
    margin-bottom: 30px;
}

.logo-img {
    width: 155px;
    height: 66px;
}

.form-group {
    margin-top: 20px;
}

.form-label {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.fpw {
    margin-left: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.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-right: 10px;
    margin-top: 1.5px;
}
