﻿body {
    font-family: barlow, sans-serif;
    background-color: #280046;
    background-image: url("/content/images/login_bg.png");
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: right;
}

#loginbox {
    padding: 40px;
    background-color: #f9f9f9;
}

#imgLogo {
    width: 300px;
    margin-bottom: 50px;
}

.loginHead {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #FF539F;
}

input::placeholder {
    font-weight: 500;
}

input::placeholder {
    color: #A34CDF !important;
}

.field-validation-valid {
    margin-bottom: 10px;
    font-size: 12px;
    color: #d82c34;
    font-weight: bold;
}

a {
    color: #ec1b90 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.login-box .divBox {
    left: 10%;
    max-width: 400px;
    margin-top: 100px;
    position: relative;
}

#btnLogin {
    color: #fff;
    background: linear-gradient(90deg, #FF539F, #A34CDF);
    border: 0;
    cursor: pointer;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    font-weight: 600;
}

#divLoginContent {
    min-width: 300px;
    margin: 0 auto;
}

@media(max-width:767px) {
    .login-box .divBox {
        left: 0;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    #divLoginContent {
        min-width: 240px;
        margin: 0 auto;
    }
    #loginbox {
        padding: 30px;
    }


}
.font14 {
    style ="font-size: 14px;"
}
