﻿:root {
    --swiper-theme-color: var(--company-color) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-color: var(--background-color) !important;
}

.login-container {
    border-radius: 15px;
}

.login-section {
    height: 100vh;
    width: 100%;
}

.custom-company-color {
    color: var(--background-color);
    font-size: 16px;
    font-weight: 700;
}

.custom-logo {
    position: relative;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1rem;
}

.custom-edap {
    font-size: 55px;
    font-weight: 900;
}

.custom-container {
    height: 50vh;
    width: 100%;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.3);
}

.custom-button {
    background-color: var(--company-color) !important;
    border: none !important;
}

.form-check-input:checked {
    background-color: var(--company-color) !important;
    border-color: var(--company-color) !important;
}

.bg-custom {
    background-color: var(--login-form-bg-color);
}

.custom-field {
    border-radius: 4px !important;
    height: 50px !important;
}

.custom-forgot {
    color: #bebebe;
    text-decoration: none;
}

    .custom-forgot:hover {
        text-decoration: underline;
    }

.custom-sign-up {
    gap: 5px;
}

.custom-no-account {
    font-weight: 500;
}

.custom-sign-up-a {
    text-decoration: none;
    color: var(--company-color);
    font-weight: 500;
}

    .custom-sign-up-a:hover {
        text-decoration: underline;
    }

.pd-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-title-login {
    font-weight: 600;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #bebebe;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

.swiper-slide {
    background-color: aliceblue;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

@media only screen and (max-width: 992px) {
    .custom-login-ui-page {
        border-radius: 0.5rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .custom-login-ui-page {
        border-radius: 0.5rem 0 0 0.5rem !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    .custom-sm-size-font {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .custom-login-padding {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {
    .custom-login-padding {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .custom-login-padding {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (min-width:0px) and (max-width: 992px) {
    .custom-login-padding {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

:root {
    --background-color: #5eabd3;
    --company-color: #696cff;
    --login-form-bg-color: #28353a;
}
