/* Fonts Embeded*/
@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.eot');
    src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cambria.woff2') format('woff2'),
         url('../fonts/Cambria.woff') format('woff'),
         url('../fonts/Cambria.ttf') format('truetype'),
         url('../fonts/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
}
        body {
            font-family: Cambria;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            background-color: #f4f4f4;
        }
        .container {
            text-align: center;
			place-content: center;
            padding-left: 60px;
			padding-right: 60px;
			padding-top: 30px;
			padding-bottom: 60px;
            border-radius: 8px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			overflow-wrap: break-word;
        }
		.container-text {
            text-align: center;
			overflow-wrap: break-word;
			max-width: 460px;
        }
		.img {
			padding-right: 5px;
		}
        .textfield {
            width: 400px;
            margin-bottom: 5px;
            border: 1px solid #3a3631;
			height:35px;
			border-radius: 6px;
			font-size: 16px;
			font-family: Cambria;
			font-weight:normal;
        }
        .button {
            padding: 10px 15px;
            margin: 5px;
            border: none;
            cursor: pointer;
			background-color: #3a3631;
			color: #fff;
			width:405px;
			height:35px;
			border-radius: 6px;
			font-size:16px;
			font-family: Cambria;
			font-weight:normal;
			color: white;
        }
		.errmsg
		{
			font-size: 17px;
			font-family: Cambria;
			font-weight:bold;
			padding-right: 5px;	
			color: red;
		}
		.textmsg
		{
			font-size: 17px;
			font-family: Cambria;
			font-weight:normal;
			padding-right: 5px;	
			color: black;
		}
        a {
            display: block;
            margin-top: 10px;
            text-decoration: none;
			color:#0000EE;
			font-size:20px;
			font-family:Cambria;			
        }
        a:hover {
            text-decoration: underline;
        }
		li {
			text-align: left;
			overflow-wrap: break-word;
			max-width: 500px;
		}
		#errFont {
            display: none; /* Initially hide the font element */
        }
		.linksection
		{
			background:#fff;
			max-width:400px;
			border:none;
			padding-left: 5px;
			padding-top:0px;
			font-family:Cambria;
			display: flex;
			justify-content: space-between;
		}
		.linksection a
		{
			color:#0000EE;
			font-size:18px;
			font-family:Cambria;
		}

@media (max-width: 479px){
        .container {
			width:340px;
			height: 320px;
            text-align: center;
			place-content: center;
            padding-left: 30px;
			padding-right: 30px;
			padding-top: 30px;
			padding-bottom: 60px;
            border-radius: 8px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			overflow-wrap: break-word;
        }
	    .textfield {
            width: 320px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
			height:35px;
			border-radius: 6px;
			font-size: 16px;
			font-family: Cambria;
			font-weight:normal;
        }
		.button {
            padding: 10px 15px;
            margin: 5px;
            border: none;
            cursor: pointer;
            font-size: 16px;
			background-color: #3a3631;
			color: #fff;
			width:325px;
			height:35px;
			border-radius: 4px;
			font-size:16px;
			font-family: Cambria;
			font-weight:normal;
			color: white;
        }
		.container-text {
            text-align: center;
			overflow-wrap: break-word;
			max-width: 360px;
        }
		.linksection
		{
			background:#fff;
			max-width:325px;
			border:none;
			padding-left: 8px;
			padding-top:0px;
			font-family:Cambria;
			display: flex;
			justify-content: space-between;
		}
}
@media (max-width: 379px){
        .container {
			width:300px;
			height: 320px;
            text-align: center;
			place-content: center;
            padding-left: 30px;
			padding-right: 30px;
			padding-top: 30px;
			padding-bottom: 60px;
            border-radius: 8px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			overflow-wrap: break-word;
        }
	    .textfield {
            width: 290px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
			height:35px;
			border-radius: 6px;
			font-size: 16px;
			font-family: Cambria;
			font-weight:normal;
        }
		.button {
            padding: 10px 15px;
            margin: 5px;
            border: none;
            cursor: pointer;
            font-size: 16px;
			background-color: #3a3631;
			color: #fff;
			width:295px;
			height:35px;
			border-radius: 4px;
			font-size:16px;
			font-family: Cambria;
			font-weight:normal;
			color: white;
        }
		.container-text {
            text-align: center;
			overflow-wrap: break-word;
			max-width: 300px;
        }
		.linksection
		{
			background:#fff;
			max-width:300px;
			border:none;
			padding-left: 5px;
			padding-top:0px;
			font-family:Cambria;
			display: flex;
			justify-content: space-between;
		}
}
@media (max-width: 300px){
        .container {
			width:240px;
			height: 320px;
            text-align: center;
			place-content: center;
            padding-left: 30px;
			padding-right: 30px;
			padding-top: 30px;
			padding-bottom: 60px;
            border-radius: 8px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			overflow-wrap: break-word;
        }
	    .textfield {
            width: 230px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
			height:35px;
			border-radius: 6px;
			font-size: 16px;
			font-family: Cambria;
			font-weight:normal;
        }
		.button {
            padding: 5px 5px;
            margin: 5px;
            border: none;
            cursor: pointer;
            font-size: 16px;
			background-color: #3a3631;
			color: #fff;
			width:230px;
			height:35px;
			border-radius: 4px;
			font-size:16px;
			font-family: Cambria;
			font-weight:normal;
			color: white;
        }
		.container-text {
            text-align: center;
			overflow-wrap: break-word;
			max-width: 235px;
        }
		.linksection
		{
			background:#fff;
			max-width:230px;
			border:none;
			padding-left: 5px;
			padding-top:0px;
			font-family:Cambria;
			display: flex;
			justify-content: space-between;
		}
		.linksection a
		{
			color:#0000EE;
			font-size:14px;
			font-family:Cambria;
		}
}
