/*
 * ------------------------------------------------------------------
 *  Reset
 *  Eric Meyer's Reset CSS v2.0 - http://cssreset.com
 * ------------------------------------------------------------------
 */
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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*
 * ------------------------------------------------------------------
 *  Generic
 * ------------------------------------------------------------------
 */
html,
body {
    width: 100%;
    height: 100%;
}

.turkaz-grey {
    color: #ACBBC1;
}

body {
    overflow-x: hidden;
    color: #ACBBC1;
    background-color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

strong {
    font-weight: 700;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-image: url("../assets/img/bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lng {
    position: absolute;
    top: 50px;
    right: 50px;
}

.lng a {
    color: #ACBBC1;
    font-size: 12px;
    text-decoration: none;
}

main > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 587px;
    padding: 0;
}

main .desc-wrapper, main .form-wrapper {
    margin-top: 30px; 
    margin-left: 40px;
}

main .form-wrapper {
    width: 100%;
    max-width: 250px;
}

main .desc-wrapper {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

main h1 { 
    margin-bottom: 20px;
    font-size: 15px;
}

main h2 { 
    font-size: 11px;
}

main .logo-holder img {
    max-width: 587px;
}

main .form-control, main .form-check-input {
    background-color: transparent;
    border-color: #ACBBC1;
    border-radius: 0;
    color: #ACBBC1;
    font-size: 11px;
}

main .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.1em;
}

main .form-check-input {
    margin-top: 0;
}

main .form-check label {
    margin-left: 10px;
    font-size: 11px;
}

.form-control:focus, .form-check-input:focus {
    border-color: #ACBBC1;
    outline: 0;
    box-shadow: none;
    color: #03162B;
}

.form-control:focus {
    background-color: #ACBBC1;
}

.form-check-input:focus {
    background-color: transparent;
}

.forgot-psw a {
    font-size: 11px;
    color: #ACBBC1;
    font-weight: 400;
}

.sp {
    display: flex;
    justify-content: space-between;
}

.btn-primary {
    color: #03162B;
    background-color: #ACBBC1;
    border-color: #ACBBC1;
    border-radius: 0;
    border: none;
    border-left: 9px solid #E30A17;
    font-size: 11px;
    transition: all 1s ease;
}

.btn-primary:hover {
    color: #03162B;
    background-color: #E30A17;
    border-left: 9px solid #ACBBC1;
    transition: all 1s ease;
}

footer {
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    color: #03162B;
    background-color: #ACBBC1;
    padding: 30px;
}

footer .sp-line {
    padding: 0 15px;
}

footer a {
    font-size: 11px;
    color: #03162B;
}


/* Extra extra small devices (375px and down) */
@media (max-width: 376px) {
    main > .container {
        max-width: 210px;
    }

    main .logo-holder img {
        max-width: 110px;
    }

    .logo-holder {
        padding: 0 15px;
    }

    footer {
        padding: 15px;
    }
}

/* Extra small devices (576px and down) */
@media (max-width: 575px) {
    main > .container {
        max-width: 397px;
    }

    main .logo-holder img {
        max-width: 310px;
    }

    .logo-holder {
        padding: 0 30px;
    }

    footer {
        padding: 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    main .logo-holder img {
        max-width: 450px;
    }

    main .desc-wrapper, main .form-wrapper {
        margin-left: 32px;
    }

    footer {
        padding: 20px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}