
@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;
    background-image: none;
    background-color: #e8e8e8;
}

.login-page {
    position: relative;
    background-repeat: none;
    background-size: contain;
    width: 1024px;
    height: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #dadada;
    background: white;
}

.ogilvy-logo {
    position: relative;
    top: 40px;
    left: 0px;
}

.login-form {
    position: relative;
    top: 101px;
    left: 327px;
    width: 385px;
}

.input-field {
    background: none;
    border: 1px solid #bfbdbd;
    width: 382px;
    height: 31px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #9d9d9d;
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
    left: 0px;
    position: relative;
}

.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;
}

.submit-email-reminder {
    position: absolute; 
    background: none; 
    border: none; 
    background-image: url(../img/enter-btn.png); 
    background-repeat: none; 
    background-size: contain; 
    width: 78px; 
    height: 24px; 
    display: block; top: 440px; left: 620px; 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: none; 
    border: none; 
    left: 327px; 
    top: 402px; 
    width: 370px; 
    height: 31px; 6
    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{

}


.enter-button {
    position: relative;
    background: none;
    border: none;
    background-image: url(../img/enter-btn.png);
    background-repeat: none;
    background-size: contain;
    width: 124px;
    height: 30px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: -5px;
    left: 258px;
    cursor: pointer;
    cursor: hand;
}

.forgot-button {
    text-align: right;
    width: 200px;
    color: white;
    font-size: 14px;
    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;
}