
@font-face {
    font-family: Hel-Roman;
    src: url(../fonts/HelveticaNeueLTStd-Roman.otf);
}

.font-hel{
	font-family: Hel-Roman,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
}

.login-page {
	position: relative;
	background-image: url(../img/login-bg.png);
	background-repeat: none;
	background-size: contain;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}

.login-form {
    position: relative;
    top: 390px;
    left: 112px;
    width: 810px;
    display: inline-block;
}

input {
    background: white;
    background-color: white !important;

}

.input-field {
    background: white;
    background-color: white !important;
    border: none;
    width: 381px;
    height: 28px;
    padding-left: 10px;
    box-sizing: border-box;
    color: black;
    font-size: 14px;
    float: left;
}

.forgot-pwd {
    background-image: url(../img/forgot-password.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1024px;
    height: 768px;
    /* margin-top: -50px; */
    display: none;
    position: absolute;
    z-index: 100;
}

.submit-email-reminder {
    position: absolute;
    background: none;
    border: none;
    background-image: url(../img/enterl-btn_forgot-pswd.png);
    background-repeat: none;
    background-size: contain;
    width: 78px;
    height: 24px;
    display: block;
    top: 440px;
    left: 617px;
    cursor: pointer;
    cursor: hand;
}


.cancel-button {
    position: absolute; 
    background: none; 
    border: none; 
    background-image: url(../img/cancel-btn.png); 
    background-repeat: none; 
    background-size: contain; 
    width: 78px; 
    height: 24px; 
    display: block; 
    top: 440px;
    left: 520px;
    cursor: pointer; 
    cursor: hand;
}

.reminder-username {
    position: absolute;
    background: transparent;
    border: 1px solid black;
    left: 327px;
    top: 399px;
    width: 368px;
    height: 31px;
    padding-left: 10px; 
    box-sizing: border-box; 
    color: #9d9d9d; 
    font-size: 14px; 
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

.input-username{

}

.input-password {
    margin-left: 30px;
}

.enter-button {
    position: absolute;
    background: none;
    border: none;
    background-image: url(../img/enter-btn.png);
    background-repeat: none;
    background-size: contain;
    width: 70px;
    height: 31px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 55px;
    left: 722px;
    cursor: pointer;
    cursor: hand;
}

.forgot-button {
    text-align: right;
    width: 200px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    top: 31px;
    position: relative;
    left: 495px;
    height: 20px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.forgot-pw-copy {
    position: absolute;
    top: 343px;
    left: 328px;
    width: 397px;
    font-family: sans-serif;
    font-size: 14px;
}

input[type="text"],
input[type="password"], 
{
    appearance: none !important;
    background-color: transparent;
    background-color:rgba(0, 0, 0, 0) !important;
    background: transparent;
    border: none;
    color: black;
}