/* Main */

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: white;
}
p, a {
    margin: 0;
    padding: 0;
}

.fc {
    max-width: 573px;
    padding-top: 35px;
    height: 380px;
    background-image: url('/assets/images/common/hero_bg_2.png');
    border-radius: 20px;
    display: block;
    margin: auto;
}

.fcv2 {
    max-width: 573px;
    padding-top: 35px;
    height: 580px;
    background-image: url('/assets/images/common/hero_bg_2.png');
    border-radius: 20px;
    display: block;
    margin: auto;
}

.contentWrapper{
    max-width: 984px;
    margin: 0 auto;
}

/* form */

.container {
    display: block;
    width: 100%;
    min-height: 900px;
}

.logo {
    height: 120px;
    background-image: url('/assets/images/logo_print.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    display: block;
    width: 30%;
    margin: 60px auto 30px auto;
}
.logo:hover{
    cursor: pointer;
}
.lf {
    width: 80%;
    height:80%;
    padding-top: 5%;
    margin: 0 auto;
}

.sf {
    width: 80%;
    height:80%;
    padding-top: 2%;
    margin: 0 auto;
}
.title {
    color: white;
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.form-input {
    margin: auto;
    display: block;
    width: 90%;
    height: 40px;
    font-size: 1.5vw;
    padding: 10px 5%;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
}
.form-input::placeholder,
.form-input::placeholder{
    color: #ebebeb;
}
.text {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 10px;
    color: #666;
}
.password {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-bottom: solid 2px white;
    color: white;
}
.password:selected{
    background: transparent;
}
.lf > input[type=submit] {
    padding: 0px 28px;
    display: block;
    margin: auto;
    height: 50px;
    font-size: 30px;
    margin-top: 20px;
    background: #15CA6E;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.lf > input[type=submit]:hover {
    background: #109c55;
}

.lf > input[type=button] {
    padding: 0px 28px;
    display: block;
    margin: auto;
    height: 50px;
    font-size: 30px;
    margin-top: 20px;
    background: #15CA6E;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.lf > input[type=button]:hover {
    background: #109c55;
}

#getNumber {
    padding: 10px 15px;
    display: block;
    /* margin: auto; */
    /* height: 50px; */
    font-size: 14px;
    margin-top: 20px;
    background: #4d9fc5;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
#getNumber:hover {
    background: #109c55;
}

.lf p:last-child,
.lf p:last-child a {
    padding-top: 20px;
    font-size: 15px;
    color: white;
    text-align: center;
}
.lf p:last-child a:hover {
    color: #15CA6E;
}
.no-login {
    display: block;
    width: 30%;
    text-align: center;
    font-size: 15px;
    margin: 20px auto auto auto;
    line-height: 70px;
}
.no-login a{
    text-decoration: none;
    color: #8da7ff;
}
.no-login a:hover{
    color: #15CA6E;
}

.body {
	color: white;
	margin: 18%;
	text-align: center;
}

.error {
    font-weight: bold;
    margin-top: 20px;
    color: red;
    text-align: center;
}

.center-error {
    font-size: 30px;
    display: block;
    text-align: center;
    color: white;
    margin-top: 19%;
    line-height: 60px;
}

.em-success {
    background-repeat: no-repeat;
    background-image: url(/assets/images/checked.png);
    background-position: 96%;
    border: 1px solid #15ca6e;
}

.em-error {
    background-repeat: no-repeat;
    background-image: url(/assets/images/exclamation.png);
    background-position: 96%;
    border: 1px solid #cb3340;
}

.em-loading {
    background-repeat: no-repeat;
    background-image: url(/assets/images/spinner.gif);
    background-position: 96%;
    border: 1px solid gray;
    background-size: 10%;
}

/* Recovery Password Styles */

.ask-email-restore-pwd .logo-MTech {
    margin: auto;
    width: 6em;
    padding-top: 5%;
}

.ask-email-restore-pwd .fc {
    background-color: #16003158;
    background-image: none;
    margin-top: 2%;
    width: 25em;
    height: 15em;
    padding-bottom: 2em;
}

.ask-email-restore-pwd .form-input {
    width: 80%;
    height: 1em;
    font-family: PoppinsThinItalic, FontAwesome;
    font-size: medium;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.33);
    border-bottom: None;
    color: white;
    margin-top: 30px;
}

.ask-email-restore-pwd .title {
    font-size: 1em;
    font-weight: bold;
}

.ask-email-restore-pwd .fc input[type=submit] {
    font-family: inherit;
    background: #059CD4;
    height: 2.5em;
    width: 70%;
    font-size: 1em;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 30px;
}

.recovery-password .logo-MTech {
    margin: auto;
    width: 6em;
    padding-top: 5%;
}

.recovery-password .fc {
    background-color: #16003158;
    background-image: none;
    margin-top: 2%;
    width: 25em;
    height: 22em;
    padding-bottom: 2em;
}

.recovery-password .fc input[type=submit] {
    font-family: inherit;
    background: #059CD4;
    height: 2.5em;
    width: 70%;
    font-size: 1em;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 30px;
}

.recovery-password .fc .form-input {
    width: 80%;
    height: 1em;
    font-family: PoppinsThinItalic, FontAwesome;
    font-size: medium;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.33);
    border-bottom: None;
    color: white;
    margin-top: 30px;
}

.recovery-password .fc .title {
    font-size: 1em;
    font-weight: bold;
}

.send-email-restore-pwd .logo-MTech {
    margin: auto;
    width: 6em;
    padding-top: 5%;
}

.send-email-restore-pwd .fc {
    background-color: #16003158;
    background-image: none;
    margin-top: 2%;
    width: 25em;
    height: 10em;
    padding-bottom: 2em;
}

.send-email-restore-pwd .title {
    font-size: 1em;
    font-weight: bold;
}

.validation-expired .fc {
    background-color: #16003158;
    background-image: none;
    margin-top: 2%;
    width: 25em;
    height: 10em;
    padding-bottom: 2em;
}

.validation-expired .fc .title {
    font-size: 1em;
    font-weight: bold;
}

.validation-expired .logo-MTech {
    margin: auto;
    width: 6em;
    padding-top: 5%;
}

.validation-expired .fc input[type=submit] {
    font-family: inherit;
    background: #059CD4;
    height: 2.5em;
    width: 70%;
    font-size: 1em;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 30px;
}

.recovery-successful .fc {
    background-color: #16003158;
    background-image: none;
    margin-top: 2%;
    width: 25em;
    height: 8em;
    padding-bottom: 2em;
}

.recovery-successful .fc .title {
    font-size: 1em;
    font-weight: bold;
}

.recovery-successful .logo-MTech {
    margin: auto;
    width: 6em;
    padding-top: 5%;
}

.recovery-successful .fc input[type=submit] {
    font-family: inherit;
    background: #059CD4;
    height: 2.5em;
    width: 70%;
    font-size: 1em;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 30px;
}