
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
}

html {
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    scroll-behavior: smooth;
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3 p, button, input {
    font-family: 'DM Sans', sans-serif;
}

.map--bg {
    background-image: url('../images/map-background.png');
    background-color: #001333;
    background-size: 100% 100%;
}

div.main--container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.aside {
    display: none;
}

.aside--height {
    height: 100vh;
}

.aside--width {
    width: 25%;
}

.aside--padding {
    padding: 45px 40px;
    box-sizing: border-box;
}

.leatherback-blue-logo {
    display: block;
}

.login--card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

.text-white {
    color: #ffffff;
}

.main--body {
    flex-grow: 1;
    background-color: #f6f8fa;
    padding: 10px;
}

.form-group__input:focus-within {
    box-shadow: #e3edff 0px 0px 0px 0.125rem;
}

.form-group__input::placeholder {
    opacity: 0.65;
    font-weight: normal;
    font-size: 14px;
    color: #0b1320;
}

.form--input--border {
    border: 1px solid #e2e8f0;
    outline: none;
    font-size: 16px;
    padding: 17px 15px;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 500;
    color: #2d3748;
    width: 100%;
}

.form--button {
    border: none;
    height: 58px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: #377ff7;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .form--button:hover {
        background: #4887f5;
        transition: 1s ease-in-out all;
    }

    .form--button:focus {
        outline: none;
    }

/* media for large screen */
@media screen and (min-width: 769px) {
    aside.aside {
        display: block;
    }

    .login--card {
        width: 50%;
        padding: 50px 40px 40px 40px;
    }

    .main--body {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        padding: 30px;
    }

    .leatherback-blue-logo {
        display: none;
    }
}

.bottomMargin {
    margin-bottom: 50px;
}

.welcomeBack {
    font-size: 1.8125rem;
    font-weight: 500;
    margin: 0;
}

.welcomeText {
    font-size: .8125rem;
    padding-top: 1rem;
}

.logoHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-bottom: 50px;
}

.signupButton {
    background: #FFFFFF;
    outline: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    color: #377ff7;
    border: none;
}

.loginContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcomeBackText {
    margin: 0;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.375rem;
    color: #0b1320;
}

.enterAccountText {
    margin-top: 6px;
    font-size: 14px;
    color: #4a5568;
}

.input-margin-buttom {
    margin-bottom: 18px;
}

.form-button-width {
    width: 100%;
}

.password-margin {
    margin-bottom: 18px;
    position: relative;
    height: 100%;
    height: 100%;
    margin-top: 18px;
}

.visibility-block {
    outline: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    position: absolute;
    right: 8px;
    top: -7px;
    height: 100%;
    padding: 1.2rem;
    cursor: pointer;
}

.forgot-password-block {
    margin-top: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-password-link {
    color: #377ff7;
    text-decoration: none;
}

.forgot-password-link-white {
    color: #FFFFFF;
    text-decoration: none;
}

.hide-dom {
    display: none !important;
}

.login-block {
    margin-top: 35px;
    width: 100%;
}
