*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.form-main-container{
    width: 100%;
    height: 100vh;
    background: url('../img/background.jpg');
    background-size: 100% 100%;
    justify-content: center;
}
.form-page-content{
    width: 40%;
    height: 100%;
    margin: 0 auto;
}
.form-page-content .top-logo{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-page-content .top-logo img{
    width: 150px;
}
.form-page-content .form-box{
    width: 100%;
    height: 540px;
    background: linear-gradient( 108.46deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 100% );
    backdrop-filter: blur(27px);
    padding: 25px;
}
.form-page-content .form-box-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.form-box-content h6{
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.form-box-content h6 span{
    color: #fd4141;
    font-weight: 500;
}
.form-box-content h2{
    margin: 0;
    margin-top: 15px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 600;
}
.form-box-content form{
    width: 92%;
}
.form-box-content label{
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    opacity: .8;
}
.form-box-content form label sup{
    margin-left: 5px;
}
.form-box-content form label img{
    width: 9px;
}
.form-box-content form input{
    height: 7vh;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 400;
    border: 1px solid #B5C2D7;
    background: rgba(255, 255, 255, 0.84);
    padding-left: 12px;
}
.form-box-content form input:focus{
    outline:0;
    border:1px solid rgba(255, 81, 70, 0.86);
    box-shadow: none;
}
.form-box-content form .form-group{
    margin-top: 33px;
}
.form-box-content form button{
    height: 7vh;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    width: 100%;
    margin-top: 35px;
    border: none;
    background: linear-gradient(244.6deg, #e37158 17.36%, #d34670 74.86%);
}
.form-box-content form button:hover{
    color: #ffffff;
}
.form-box-content form button:focus{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff;
    background: linear-gradient(244.6deg, #e37158 17.36%, #d34670 74.86%);
}

/* Message Modal */
#message_modal .modal-content{
    height: fit-content;
    width: 400px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#message_modal .modal-content .modal-header{
    border: none;
    height: 20px;
}
#message_modal .modal-content .modal-header i{
    font-size: 20px;
    -webkit-text-stroke: 1.2px rgba(0, 0, 0, 1);
}
#message_modal .modal-content .modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#message_modal .modal-content .modal-body img{
    width: auto;
    height: 125px;
}
#message_modal .modal-content .modal-body h1{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
#message_modal .modal-content .modal-body h6{
    font-size: 15px;
    font-weight: 400;
    width: 250px;
    text-align: center;
}
#message_modal .modal-content .modal-footer{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#message_modal .modal-content .modal-footer button{
    width: 40%;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: #ffffff;
    border-radius: 8px;
    background: linear-gradient(244.6deg, #e37158 17.36%, #d34670 74.86%);
}
#message_modal .modal-content button:focus{
    outline: none;
    border: none;
}

@media (max-width: 320px){
    .form-page-content{
        width: 92%;
    }
    .form-page-content .top-logo{
        height: 80px;
    }
    .form-page-content .top-logo img{
        width: 110px;
    }
    .form-page-content .form-box{
        padding: 20px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 16px;
    }
    .form-box-content h2{
        font-size: 28px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 100%;
        margin-top: 10px;
    }
    .form-box-content form .form-group{
        margin-top: 25px;
    }

    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 280px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}
@media only screen and (min-width:320px) and (max-width:376px){
    .form-page-content{
        width: 92%;
    }
    .form-page-content .top-logo{
        height: 80px;
    }
    .form-page-content .top-logo img{
        width: 110px;
    }
    .form-page-content .form-box{
        padding: 20px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 16px;
    }
    .form-box-content h2{
        font-size: 28px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 100%;
        margin-top: 10px;
    }
    .form-box-content form .form-group{
        margin-top: 25px;
    }

    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 280px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}
@media only screen and (min-width:376px) and (max-width:451px){
    .form-page-content{
        width: 92%;
    }
    .form-page-content .top-logo{
        height: 80px;
    }
    .form-page-content .top-logo img{
        width: 110px;
    }
    .form-page-content .form-box{
        padding: 20px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 16px;
    }
    .form-box-content h2{
        font-size: 28px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 100%;
        margin-top: 10px;
    }
    .form-box-content form .form-group{
        margin-top: 25px;
    }

    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 280px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}
@media only screen and (min-width:451px) and (max-width:620px){
    .form-page-content{
        width: 92%;
    }
    .form-page-content .top-logo{
        height: 80px;
    }
    .form-page-content .top-logo img{
        width: 110px;
    }
    .form-page-content .form-box{
        padding: 20px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 16px;
    }
    .form-box-content h2{
        font-size: 28px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 100%;
        margin-top: 10px;
    }
    .form-box-content form .form-group{
        margin-top: 25px;
    }

    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 280px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}
@media only screen and (min-width:620px) and (max-width:769px){
    .form-page-content{
        width: 65%;
    }
    .form-page-content .top-logo{
        height: 100px;
    }
    .form-page-content .top-logo img{
        width: 130px;
    }
    .form-page-content .form-box{
        padding: 20px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 16px;
    }
    .form-box-content h2{
        font-size: 28px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 92%;
    }
    .form-box-content form .form-group{
        margin-top: 40px;
    }
    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 350px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}
@media only screen and (min-width:769px) and (max-width:1025px){
    .form-page-content{
        width: 55%;
    }
    .form-page-content .top-logo{
        height: 115px;
    }
    .form-page-content .top-logo img{
        width: 140px;
    }
    .form-page-content .form-box{
        padding: 25px;
        height: 500px;
    }
    .form-box-content h6{
        font-size: 19px;
    }
    .form-box-content h2{
        font-size: 35px;
        margin-top: 7px;
    }
    .form-box-content form{
        width: 93%;
    }
    .form-box-content form .form-group{
        margin-top: 40px;
    }
    .form-box-content form button{
        margin-top: 40px;
    }
    /* Message Modal */
    #message_modal .modal-content{
		height: 250px;
		height: fit-content;
    	width: 400px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	#message_modal .modal-content .modal-body img{
    	height: 110px;
	}
	#message_modal .modal-content .modal-footer button{
		width: 50%;
		border-radius: 6px;
	}
}