
@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: 975px;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: white;
    -webkit-box-shadow: 0px 0px 6px 4px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 6px 4px rgb(0 0 0 / 15%);

    background-image: url("../img/pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.ogilvy-logo {
    position: relative;
    top: 75px;
    left: 0px;
}

.login-form {
    position: relative;
    top: 161px;
    width: 385px;
    margin: auto;
}

.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: 120px;
    height: 35px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    cursor: hand;
    margin-left: 53px;
}

.forgot-button {
    width: 200px;
    color: black;
    font-size: 14px;
    position: relative;
    height: 20px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    float: left;
    text-align: left;
    font-weight: bold;
}

.forgot-pw-copy {
    position: absolute;
    top: 343px;
    left: 328px;
    width: 397px;
    font-family: sans-serif;
    font-size: 14px;
}

.login-forgot__submit {    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background-color: #fa485b;
    width: 100px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
    cursor: hand;
    border: none;
    float: right;
    margin-right: 6px;
}

.login-forgot__title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    font-family: sans-serif;
    margin-top: -55px;
    margin-bottom: 25px;
}

.login-forgot__input__label {
    font-family: sans-serif;
    font-weight: bold;
    display: inline-block;
}

.login-forgot__input__input {
    background: none;
    border: 1px solid #bfbdbd;
    width: 292px;
    height: 31px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #9d9d9d;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 10px;
    position: relative;
}

#modal-primary .modal-close {
    position: relative;
    float: left;
    top: 0px;
    border-radius: 5px;
    background-color: #a7a7a7;
    width: 100px;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
    cursor: hand;
    border: none;
    text-decoration: none;
    height: 14px;
    top: 2px;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-left: 12px;
}

.login-page__title {
    color: #ec3f43;
    text-align: center;
    font-size: 33px;
    position: relative;
    top: 85px;
}