/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
  background-color: #f8fafb;
  font-family: 'Nunito', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
    margin: 47px auto 47px auto;
    width: 50px;
    height: 50px;
    top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 3.26px;
}

header img {
    width: 51.32px;
    height: 46.48px;
}
.content, .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.login-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 64px;
    width: 495px;
    height: 566px;
    background: #ffffff;
}
.login-title {
    width: 213.16px;
    height: 39px;
    font-family: 'Quattrocento', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    letter-spacing: 0.216667px;
    color: #333B45;
}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 367px;
    height: 288px;
    color: #66768a;
}
.login-form input {
    border: 1px solid #e4e8f7;
    border-radius: 4px;
    box-sizing: border-box;
    height: 47px;
    margin: 0 0 27.5px 0;
    padding: 11.5px 8px 11.5px 8px;
}
.login-form input::placeholder {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #bcc1cd;
}

.login-form label {
    width: 76px;
    height: 21px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #67757F;
}

.login-form .input-card {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 367px;
    height: 65px;
    position: relative;
}

.input-card input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 8px;
    gap: 10px;
    width: 367px;
    height: 44px;
    border: 1px solid #E4E8F7;
    border-radius: 4px;
    background: #FFFFFF;
}

.eye {
    align-items: center;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    display: flex;
    height: 47px;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 18px;
    z-index: 5;
}

.eye img {
    width: 22px;
    height: 21px;
}

.login-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 367px;
    height: 40px;
    background: #166fe2;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.216667px;
    line-height: 15px;
}
.login-button:hover {
    background-color: #3755a9;
}
.login-forgot {
    width: 366px;
    height: 22.3px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D4FA5;
    text-decoration: none;
}
.login-or {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 11px 0 14px;
}
.divider {
    background-color: #e4e8f7;
    height: 1px;
    width: 29%;
}
.or-continue {
    color: #66768a;
    font-size: 18px;
    letter-spacing: 0.216667px;
    line-height: 33px;
    margin: 0 14px 0 16px;
    text-align: center;
}

.login-external {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 51px;
    width: 366px;
    height: 56px;
}
.login-external-button {
    background-color: inherit;
    border: 0;
    cursor: pointer;
    width: 50.25px;
    height: 56px;
}
.no-account {
    width: 237px;
    height: 23px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #67757F;
}
.register {
    color: #1567d2;
}
.login-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    height: 62px;
    margin-top: 8rem;
}
.login-footer-links {
    font-size: 12px;
    letter-spacing: 0.216667px;
    line-height: 16px;
    text-align: center;
}
.login-footer-links a {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0 12px;
}
.copyright {
    flex-direction: row;
    padding: 4px;
    gap: 10px;
    height: 16px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.216667px;
    color: #67757F;
}

@media only screen and (max-width: 1133px) {
    header {
        height: 41.48px;
    }

    .login-card {
        width: 466px;
        height: 492px;
        margin: 0 auto 14px auto;
        padding: 16px 64px 16px 64px;
    }

    .login-form {
        height: 260px;
    }

    .login-external {
        margin: 12px 0 0;
    }

    .login-external-button {
        width: 48.25px;
    }

    .login-footer {
        margin-top: 5rem;
    }
}

p.err{
    color: #BB0000;
    padding: 5px;
}

    header {
        margin: 35px auto 26px auto;
    }

    .login-card {
        height: 497px;
        margin: 0 auto 20px auto;
        padding: 20px 64px 20px 64px;
    }

    .login-title {
        font-size: 36px;
        line-height: 44.32px;
        margin: 0 0 10px 0;
    }

    label {
        line-height: 24px;
        font-size: 18px;
        font-weight: 700;
    }

    #submit {
        margin-top: 10px;
    }

    .login-forgot {
        margin: 20px 0 0 0;
    }

    .login-or {
        margin: 20px 0 10px 0;
    }

    .or-continue {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .login-external {
        line-height: 20px;
        margin: 12px 0;
    }

    .no-account {
        margin: 0 0 10px 0;
        line-height: 20px;
    }

    .login-footer-links {
        line-height: 8px;
    }

    .copyright {
        margin: 4px 0 0;
    }

@media only screen and (max-width: 600px) {
    .login-card {
        max-width: 300px;
        padding: 10px 32px;
    }

    .login-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 300px;
    }

    .input-card {
        display: flex;
        flex-direction: column;
        padding: 0px;
        max-width: 300px;
        position: relative;
    }
    
    .input-card input {
        padding: 16px 4px;
        gap: 10px;
        max-width: 300px;
        border: 1px solid #E4E8F7;
        border-radius: 4px;
        background: #FFFFFF;
    }

    .login-button {
        max-width: 300px;
    }

    .login-forgot {
        max-width: 300px;
    }

    .login-external {
        max-width: 300px;
        display: flex;
        justify-content: space-evenly;
    }

    .login-external img {
        height: 42px;
        width: 42px;
    }

    p.err {
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 400px) {
    .login-card {
        width: 100%;
        padding: 10px 8px;
    }

    .login-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 280px;
    }

    .input-card {
        display: flex;
        flex-direction: column;
        padding: 0px;
        max-width: 280px;
        position: relative;
    }
    
    .input-card input {
        padding: 16px 4px;
        gap: 10px;
        max-width: 280px;
        border: 1px solid #E4E8F7;
        border-radius: 4px;
        background: #FFFFFF;
    }

    .login-button {
        max-width: 280px;
    }

    .login-forgot {
        max-width: 280px;
    }

    .login-external {
        max-width: 220px;
        gap: 20px;
        display: flex;
    }

    .login-external img {
        height: 38px;
        width: 38px;
    }
}