﻿/* General body background */
body {
    background: url('../img/bg-login.jpg') no-repeat;
    background-size: cover;
}

/* Card container */
.card-container.card {
    max-width: 380px;
    padding: 40px 40px;
    margin-top: 50px;
}

/* Card styling */
.card {
    background-color: #ffffff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/* Profile image in card */
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%;
}

/* Form groups */
.form-group {
    margin-bottom: 3%;
    margin-top: 3%;
}

/* Inputs */
.form-control_dd {
    padding: 14px 10px !important;
}

/* Buttons */
.btn {
    font-weight: 700;
    height: 36px;
    user-select: none;
    cursor: default;
}

/* Login title */
.login-title {
    color: #004e98;
    font-size: xx-large;
    font-weight: bold;
}

/* Center container */
.center-container {
    text-align: center;
}

/* Input width */
.input-width-73 {
    width: 73%;
}

/* Captcha span width */
.captcha-span {
    width: 10%;
}

/* Relative checkbox container */
.checkbox-container {
    position: relative;
    right: 2%;
    margin-bottom: 7px;
}

/* OTP countdown text color */
.countdown {
    color: #48ad51;
}

/* Resend OTP container */
#resendDiv {
    margin-left: 10px;
}

/* Hidden elements handled by CSS */
.hidden {
    display: none;
}

#img_capctha {
    position: relative;
    right: 24%;
}

#lockimg {
    width: 10%;
    position: relative;
    left: 29%;
}

#TextBox1 {
    width: 47%;
    position: relative;
    right: 11%;
}
#otpDiv {
    display: none;
}
#btnHidden {
    display: none;
}
.failure-text {
    color: red !important;
    font-weight: normal; /* optional */
}
