@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --theme-color-btn: #0050B1;
}

body {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 65px;
    font-weight: 500;
    color: #fff;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 500;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 500;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
}

p {
    color: #000;
}

/* Login page*/
.left-panel {
    background-image: url(/images/left-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.right-panel {
    background-color: #fff;
}

.right-card {
    box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.left-logo img {
    display: flex;
    width: 70%;
    margin: 70px 0px 0 25px;
}

.left-caption {
    margin: 250px 50px;
}

.login-card {
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25) inset;
    width: 750px;
    height: 560px;
    border-radius: 25px;
    background: rgba(247, 248, 250, 1);
}

.login-card-header {
    padding: 40px 30px 20px 50px;
    border-bottom: 2px solid #c4c4c4;
}

.login-card-header h3 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.login-card-body {
    padding: 50px;
    color: #000;
}

.login-card-body .btn {
    border-radius: 100px;
    padding: 10px;
    background: var(--theme-color-btn);
    margin-top: 60px;
    font-size: 20px;
    font-weight: 500;
}

.login-card-body .form-group {
    margin-bottom: 5px;
    position: relative;
}

/* Register page*/
.register-card {
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25) inset;
    width: 750px;
    border-radius: 25px;
    background: rgba(247, 248, 250, 1);
}

.register-card-header {
    padding: 30px 20px 0px 30px;
}

.register-card-header h3 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.register-card-body {
    padding: 20px 30px 20px 30px;
    color: #000;
}

hr.line {
    border: 1px solid #c4c4c4;
    margin-top: 22px;
    margin-right: 45px;
    margin-bottom: 5px;
}

.register-card-body .form-group {
    margin-bottom: 5px;
    position: relative;
}

.register-card-body .btn {
    border-radius: 100px;
    padding: 10px;
    background: var(--theme-color-btn);
    margin-top: 60px;
    font-size: 20px;
    font-weight: 500;
    width: 90%;
}

.login-button {
    text-align: center;
}

.register-card-body .form-control {
    border-right-width: 1px;
    border-radius: 20px;
    border-left-width: 1px;
    height: 50px;
    padding: .375rem 0.5rem .375rem 1.5rem;
}

.register-card-body h6 {
    margin-bottom: 10px;
    color: #000;
}

.register-card-body .form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color-btn);
}

/* form */
.form-check-input[type=checkbox] {
    border-color: var(--theme-color-btn);
    border: 2px solid var(--theme-color-btn);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 20px;
}

.input-group-text {
    border-left-width: 1px;
    background-color: #fff;
    border-radius: 20px;
    color: #444;
    font-size: 24px;
    padding-right: 0;
}

.form-control {
    border-right-width: 0px;
    border-radius: 20px;
    border-left-width: 0px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

i.fa-solid.fa-eye, i.fa-solid.fa-eye-slash {
    font-size: 18px;
    padding-right: 12px;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 16px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-form-invalid-color);
}

.form-control::placeholder {
    color: #454444;
    opacity: 1
}

.form-select {
    color: #454444;
}

@media only screen and (max-width: 599px) and (min-width: 300px) {
    .register-card {
        width: 100%;
    }

    .right-card {
        margin-top: 50px;
    }

    .login-card {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .register-card {
        width: 100%;
    }

    .right-card {
        margin-top: 50px;
    }

    .login-card {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .register-card {
        width: 550px;
    }

    .right-card {
        margin-top: 50px;
    }

    .login-card {
        width: 550px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    h1 {
        font-size: 50px;
    }

    .login-card-header h3, .register-card-header h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .register-card {
        width: 600px;
    }

    .login-card {
        width: 600px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .register-card {
        width: 640px;
    }

    .login-card {
        width: 640px;
    }
}
