body{
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgb(0 32 60) 100%);
	background-size: 100% 100%;
	background-attachment: fixed;
}
.navbar{
    background: transparent !important;
	
}
.navbar-brand {
        width: 245px;
}
@media screen and (min-width: 768px) {
    .navbar-brand {
        width: 245px;
        margin-top: -28px;
        margin-bottom: 35px;
    }
}
.navbar-brand img{
    width: 100%;
    object-fit: contain;
}
.welcome-text{
    color: #ffffff;
}
.form-card{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,44,92,1) 100%);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #ffffff;
	font-family: "SF-Pro-Display", sans-serif;
}
.form-card > div {
    width: 100%;
}
.sign-in-form input{
    border: none;
    padding: 15px 21px;
    margin: 12px 0px;
    width: 100%;
    border-radius: 32px;
    background: #171B35;
    color: #ffffff !important;
}
.remember-me{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.remember-me input{
    width: 15%;
}
.remember-me label{
    width: 85%;
}
.sign-in-btn{
    border-radius: 32px;
    background: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 22px;
    margin-top: 18px;
}
.forgot-container{
    display: flex;
    justify-content: end;
    align-items: center;
}
.sign-btn{
    border-radius: 32px;
    border: 1px solid #3b7cff;
    background: #3b7cff;
    color: #fff;
    width: 175px;
    padding: 11px 10px;
}
.welcome-text h1{
    font-weight: 600;
    font-size: 5rem;
	font-family: "SF-Pro-Display", sans-serif;
}
.welcome-text p{
    max-width: 637px;
	font-family: "SF-Pro-Display", sans-serif;
}
.form-holder{
    margin-top: 10%;
}
.form-card h2{
    margin-bottom: 8%;
}
.email-input::after{
    content: url('email-icon.png');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}
.input-group-append img{
    width: 30px;
    height: 30px;
}
.email-icon, .password-icon{
    width: 25px;
    height: 25px;
    float: right;
    transform: translate(-25px, -39px);
    object-fit: contain;
}
.password-icon{
    transform: translate(-25px, -51px) !important;
}
.password-input{
    margin-top: 0 !important;
}
.email-input{
    margin-bottom: 0 !important;
}
.welcome-register{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome-register h1{
    font-size: 4rem;
    margin-top: 2%;
}
.register-logo{
    width: 340px;
    object-fit: contain;
}
.register-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.register-group > input{
    width: 58%;
}
.resgister-password{
    margin-top: 12px !important;
}
.resgister-password-match, .address-input{
    margin-top: -15px !important;
}
.tac{
    font-size: 13px;
    color: #ccc;
    text-align: center;
    margin-top: 25px;
}
.tac2{
    font-size: 13px;
    color: #ccc;
    text-align: center;
    margin-top: 5px;
	margin-bottom: 0px;
}
.tac a, .tac2 a{
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.register .welcome-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.address-input{
    background: #171B35;
    padding: 15px 21px;
    border-radius: 19px;
    border: none;
    margin-top: -15px !important;
}
.iti__country.iti__highlight {
    background-color: #0d6efd !important;
}
.iti__dial-code {
    color: #fff !important;
}
.register #password-confirm{
    margin: 0px !important;
}
.register .password-icon{
    transform: translate(-25px, -40px) !important;
}
.password-confirm-icon{
transform: translate(-25px, -40px) !important;
}
.confrimpass{
    margin-bottom: 0 !important;
}
.iti__country{
    background-color: #010315;
}
.iti__flag-box, .iti__country-name{
    color: #ffffff !important;
}
.iti--allow-dropdown{
    margin-top: 12px;
}
.iti--allow-dropdown .iti__flag-container {
	margin-left: 10px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text] {
	padding-left: 62px;
}
.recovery-footer{
    text-align: center;
    margin-top: 4%;
}
.recovery-btn {
    padding: 15px;
    width: 70%;
    font-size: 18px;
    margin-top: 18px;
    margin-left: 15%;
}
.minipage-title{
    color: #ffffff !important;
}
@media (min-width: 1400px){
    .form-holder{
        margin-top: 5%;
    }
    .register-holder{
        margin-top: 1%;
    }
}
@media only screen and (max-width: 768px) {
    .navbar {
        margin-top: -25px;;
    }
	.recovery-btn {
        margin-left: 0%;
    }
    .recoveryh{
        font-size: 15px;
    }
	.welcome-register{
		display: none !important;
	}
    .welcome-text h1 {
       font-size: 3rem;
       text-align: center;
    }
    .welcome-text p {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .welcome-text{
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
	   padding-bottom: 25px;
    }
    .sign-btn{
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .form-holder {
        margin-top: 3%;
    }
    .form-card{
        margin-bottom: 12%;
    }
    .sign-in-btn{
        position: relative;
        left: 5%;
        width: 90%;
        font-size: 20px;
    }
    .remember-me label {
        font-size: 13px;
        margin-left: 4px;
        width: 50%;
    }
    .forgot-password{
        font-size: 13px;
    }
    .register-logo{
        width: 150px;
    }
    .welcome-register h1{
        font-size: 1.5rem;
    }
    .register-group{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .register-group > input{
        width: 100%;
    }
    .iti--allow-dropdown{
     width: 100%;
    margin: 24px auto 12px auto;
    }
    .forgot-container{
        justify-content: center !important;
    }
    .remember-me{
    justify-content: center;
    }
	.h2, h2 {
    font-size: calc(1.525rem + .9vw);
	}
}
/* Stili per dispositivi tablet con larghezza dello schermo compresa tra 768px e 1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-brand {
        /* Modifica il margine superiore e inferiore solo per tablet */
        margin-top: -10px;
        margin-bottom: 25px;
    }
    .welcome-text h1 {
        /* Modifica la dimensione del titolo solo per tablet */
        font-size: 4rem;
    }
    .welcome-text p {
        /* Modifica la dimensione del paragrafo solo per tablet */
        font-size: 18px;
    }
    .sign-in-btn {
        /* Modifica il margine superiore del pulsante solo per tablet */
        margin-top: 12px;
    }
    .form-holder {
        /* Modifica il margine superiore solo per tablet */
        margin-top: -5%;
    }
    .form-card {
        /* Modifica il padding solo per tablet */
        padding: 20px;
    }
    .register-logo {
        /* Modifica la larghezza del logo solo per tablet */
        width: 200px;
    }
    .register-group > input {
        /* Modifica la larghezza degli input solo per tablet */
        width: 100%;
    }
    .register .welcome-text {
        /* Nascondi il blocco di testo di benvenuto solo per tablet */
        display: none;
    }
	/* Modifica l'input del numero di telefono solo per tablet */
	.iti--allow-dropdown {
		width: 70%;
		margin: 12px auto;
	}
	/* Modifica l'input del numero di telefono solo per tablet */
	.iti--allow-dropdown {
		width: 100%;
		margin: 12px auto;
	}
    .container {
        display: grid;
        grid-template-rows: 1fr 1fr; /* Crea due righe, ognuna con 1 parte di altezza */
        padding: 30px; /* Aumenta il padding per dare più spazio tra i blocchi */
        box-sizing: border-box; /* Includi padding e bordi nel calcolo delle dimensioni degli elementi */
    }

    .welcome-text {
        grid-row: 1; /* Posiziona .welcome-text nella prima riga */
    }

    .form-card {
        grid-row: 2; /* Posiziona .form-card nella seconda riga */
        max-width: 800px; /* Imposta una larghezza massima per evitare che si espanda troppo */
    }
	.col-md-7 {
        width: 100%;
		padding-bottom: 80px;
    }
	.col-md-5 {
		width: 100%;
		margin-bottom: -500px;
    }
	.h2, h2 {
    font-size: calc(1.525rem + .9vw);
	}
}
@media (min-width: 1200px){
	.h2, h2 {
		font-size: 2.3rem;
	}
}