﻿.login-container {
    height: 100vh;
    width: 100%;
    /* background-image: url("../images/login-bg.png"); */
    /* background-image: url("../images/homepage-banner-ver2.png"); */
	background-image: url("../images/landing-page.png");												 
    /* background-position: left top; */
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size:cover; */
}

#loginForm {
    width: 420px;
    /* background-color: #000;
    background-color: rgba(0, 0, 0, 0.3); */
    padding: 40px;
}
#title, #msg {

}

.login-title {
    font-size: 23px;
    font-weight:600;
    /* color: white; */
}

    .login-title span {
        margin-left: 15px;
        margin-top: 23px;
        /* font-weight: 500; */
		color: #146799;
    }

#txtVerifyCode {
    margin-right: .75rem;
    position: relative;
}

#txtUserId {
    background: url(../images/login-icon-user.png) no-repeat scroll 7px 7px;
    padding-left: 40px;
    background-color: #FFF;
}

#txtPassword {
    background: url(../images/login-icon-pw.png) no-repeat scroll 7px 7px;
    padding-left: 40px;
    background-color: #FFF;
}



.error {
    color: red;
}

.refresh-btn {cursor: pointer; width: 24px; height: 24px; margin-left: 10px;}

#verifyCode {
    cursor: pointer;
}

#btnLogin {
    background-color: #146799 !important;
    opacity: 0.9;
}

#verifyCode {
    border-radius: .25rem;
}

input.form-control {
    height: 40px !important;
}

.setup2fa-msg {color: white;}