﻿main {
	background: whitesmoke !important;
}

#Links {
	margin: 0 !important;
}



form > div:nth-of-type(1) > div:nth-of-type(2) {
	position: relative;
}

	form > div:nth-of-type(1) > div:nth-of-type(2) > span:first-of-type {
		position: absolute;
		gap: 2px;
		color: var(--sal-dark-blue);
		font-family: Gilroy, Arial;
		bottom: 0;
		height: 32px;
		left: 0;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		padding: 0 6px;
		font-size: 10px;
		margin: 0;
	}

		form > div:nth-of-type(1) > div:nth-of-type(2) > span:first-of-type > img {
			height: 10px;
			object-fit: contain;
		}

#phoneNumber {
	width: calc(100% - 64px);
	padding-left: 50px;
}

form {
	display: flex;
	gap: 0.8rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 100px auto;
	padding: 50px;
	background-color: #fff;
	border: 3px solid #e9f0f6;
	border-radius: 10px;
	width: 350px;
}

	form > div {
		width: 350px;
	}

	form > h1 {
		color: var(--saa-blue);
		font-size: 22px;
		font-weight: 600;
	}

	form > p {
		font-size: 12px;
		text-align: center;
		color: darkgrey;
	}

	form > div:nth-of-type(1) > div:first-of-type,
	form > div:nth-of-type(1) > div:nth-of-type(4),
	form > div:nth-of-type(1) > div:last-of-type,
	form > div:nth-of-type(1) > div:last-of-type {
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
	}

	form > div:nth-of-type(1) > div {
		position:relative;
		width: 100%;
	}

		form > div:nth-of-type(1) > div:first-of-type > div,
		form > div:nth-of-type(1) > div:nth-of-type(4) > div,
		form > div:nth-of-type(1) > div:last-of-type > div {
			position: relative;
			width: 50%;
		}

		form > div:nth-of-type(1) > div:first-of-type input
		form > div:nth-of-type(1) > div:nth-of-type(4) > input {
			width: -webkit-fill-available;
		}

		form > div:nth-of-type(1) > div:nth-of-type(4) > div > i {
			position: absolute;
			top: 59%;
			right: 8px;
			font-size: 11px;
			cursor: pointer;
			color: #bbbbbb;
		}

	form > div:nth-of-type(2) {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin: 13px 0px;
	}

		form > div:nth-of-type(2) span label {
			font-size: 11px;
			padding: 0px 8px;
		}

			form > div:nth-of-type(2) span label a {
				color: #0083FF;
			}


	form span {
		display: flex;
	}

	form > div:nth-of-type(1) p {
		text-align: center;
		color: var(--saa-blue);
		margin: 0 0 20px 0;
		font-size: 15px;
	}

		form > div:nth-of-type(1) p:first-of-type > b,
		form > div:nth-of-type(1) p:nth-last-of-type(2) > b {
			cursor: pointer;
			padding: 0 0 1px 0;
			border-bottom: 1px solid #0083FF;
			color: #0083FF;
			font-weight: 400;
		}

		form > div:nth-of-type(1) p:first-of-type {
			margin: 15px 0 6px 0;
		}



	form > div:nth-of-type(1) h1 {
		color: var(--saa-blue);
		font-size: 35px;
		margin: 0 0 20px 0;
		font-weight: 600;
	}



	form > div:nth-of-type(1) :is(input,select) {
		width: calc(100% - 32px);
		padding: 8px 16px;
		font-size: 13px;
		border-radius: 30px;
		outline: none;
		color: #000;
		margin-top: 20px;
		background: #f6f6f6;
		border: solid 1px #dfdfdf52;
		transition: 200ms;
	}

	form > div:nth-of-type(1) select {
		width: 100%;
	}

	form > div:nth-of-type(1) input::placeholder {
		color: #b9b9b9;
	}

	form > div:nth-of-type(1) > div > span {
		color: red;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 5px;
		font-family: 'Times New Roman';
	}

	form > div:nth-of-type(2) > span {
		font-size: small;
		align-items: center;
	}

	form > div:nth-of-type(2) input {
		position: relative;
		min-height: 15px;
		min-width: 15px;
		max-width: 15px;
		max-height: 15px;
	}

	form > button {
		width: 200px;
		height: 35px;
		color: #fff;
		border-radius: 20px;
		border: none;
		font-size: 14px;
		transition:300ms;
	}
	form > button[type="submit"]{
		background-color: #1c3247;
		cursor: pointer;
	}
		form > button[type="button"] {
			background: #1536558f;
		}
	form b {
		color: red;
		font-size: 9px;
		position: absolute;
		bottom: -4px;
		left: 9px;
	}













@media(max-width:1400px) {
}

@media(max-width:1200px) {
}

@media(max-width:992px) {
}

@media(max-width:768px) {
}

@media(max-width:576px) {
	form {
		padding: 15px;
		margin: 50px auto;
		width: calc(100% - 32px);
	}
		form > div {
			width: 100%;
		}
}
