
#submit-container .right-section-form-cta-input {
    width: 100%;
    background-color: #FFC845;
    border: 1px solid #FFC845;
    line-height: 4.5;
    font-size: 11px;
    color: #000000;
    padding: 0 20%;
    text-align: left;
    font-family: 'Everett-Medium';
    text-transform: uppercase;
}

.right-section-form-cta-container {
    width: 180px;
    height: 54px;
    position: relative;
	margin: auto;
}

.right-section-form-cta-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.right-section-form-cta-arrow::before {
    content: "\e900";
}

.pass-change{
    text-align:center;
}

.pass-change .title{
    margin:0 auto;
    }
.pass-change .subtitle{
    margin:32px auto 0;
    }

.pass-change .info{
        margin:0 auto 24px;
        }

.pass-change .shopping-tools--sit{
    margin:0 auto;
    }

 .pass-change  .cta-reset-submit {
        margin: 40px auto 0;
    }

.pass-change .generic-input {
    margin:0 auto 24px;
}

.pass-change .errorBox {
	width: 100%;
	background-color: #c10202;
	color: white;
	text-align: center;
	box-sizing: border-box;
	z-index: 99999;
    color: #fff;
    font-family: "Everett", Arial;
	position: relative;
	padding-top: 24px;
    padding-bottom: 24px;
	max-height:0;
	margin:auto;
	display:none;
	border: none;
    border-radius: 0;
	-webkit-transition: margin 0.5s, max-height 0.5s;
	-moz-transition: margin 0.5s, max-height 0.5s;
	-ms-transition: margin 0.5s, max-height 0.5s;
	-o-transition: margin 0.5s, max-height 0.5s;
	transition: margin 0.5s, max-height 0.5s;
}
@media all and (max-width: 991px) {
	.pass-change .errorBox {
		width: 100%;
		position: relative;
		margin: 0;
}
}
.pass-change .errorBox div {
	position: relative;
}
.pass-change .errorBox.open {
	display: block;
	height: auto;
	max-height: 100%;
	margin-bottom:20px;

}
@media all and (max-width: 991px) {
	.pass-change .errorBox.open {
		margin: 0 0 45px 0;
}
}
.pass-change .errorBox.open div {
	opacity: 1;
	height: auto;
	padding: 0 0.75rem;
}

.pass-change .generic-input .formFieldStep .parsley-errors-list {
	 padding-left: 0;
	 position: absolute;
	 left: 0;
	 top: -30px;
}

.pass-change .generic-input .formFieldStep .parsley-error {
	 border: none !important;
}

.pass-change .generic-input .formFieldStep .input-field-container {
	 width: 100%;
	 position: relative;
}

.pass-change .generic-input .formFieldStep .input-field-container div.awesomplete {
	 display: block;
}

.pass-change .generic-input .formFieldStep .input-field-container div.awesomplete ul {
	 position: absolute;
	 top: calc(100% + 20px);
	 left: -4px;
	 list-style-type: none;
	 text-align: left;
	 font-size: 1em;
	 background-color: white;
	 width: calc(100% + 8px);
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	 box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	 overflow: visible;
	 padding-left: 0;
	 display: block;
	 z-index: 3;
	 min-width: 100%;
	 border-radius: 0;
	 margin: 0;
	 border: 0;
}
 .pass-change .generic-input .formFieldStep .input-field-container div.awesomplete ul:not(.parsley-errors-list) li {
	 display: list-item;
	 color: grey;
	 padding: 0.5em 1em;
	 text-transform: capitalize;

}
 .pass-change .generic-input .formFieldStep .input-field-container div.awesomplete ul:not(.parsley-errors-list) li mark {
	 background: transparent;
	 color: blue;
}
 .pass-change .generic-input .formFieldStep .input-field-container .input-field {
	 width: 100%;
	 padding: 0;
}
 .pass-change .generic-input .formFieldStep .input-field-container input {
	 color: black;
	 width: 100%;
	 outline: none;
	 border: none;
	 padding: 0;
	 margin: 0;
	 display: block;
}
 .pass-change .generic-input .formFieldStep .input-field-container input:focus {
	 outline: none;
}
 .pass-change .generic-input .formFieldStep .input-field-container .animation-container, .pass-change .generic-input .formFieldStep .select-option-container .animation-container {
	 text-align: left;
	 overflow: hidden;
	 max-height: 4px;
	 margin-top: 3.5px;
	 border-bottom: 1px solid grey;
}
html[lang="ar"] .pass-change .generic-input .formFieldStep .input-field-container .animation-container,
html[dir="rtl"] .pass-change .generic-input .formFieldStep .input-field-container .animation-container {
	text-align: right;
}
 .pass-change .generic-input .formFieldStep .input-field-container .animation-container.error, .pass-change .generic-input .formFieldStep .select-option-container .animation-container.error {
	 border-bottom: 2px solid red;
}
 @media only screen and (max-width: 991px) {
	 .pass-change .generic-input .formFieldStep .input-field-container .animation-container, .pass-change .generic-input .formFieldStep .select-option-container .animation-container {
		 max-height: 5px;
		 margin-top: 4.5px;
	}
}
 .pass-change .generic-input .formFieldStep .input-field-container .animation-container .input-space-animation, .pass-change .generic-input .formFieldStep .select-option-container .animation-container .input-space-animation {
	 width: 100%;
	 color: black;
	 width: 100%;
	 margin-right: 1.9px;
	 white-space: pre;
	 background-color: black;
	 border-bottom: 2px solid black;
}
 .pass-change .generic-input .formFieldStep .radioBox-container {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 margin: 0;
	 padding: 0;
	 gap: 16px;
}
 .pass-change .generic-input .formFieldStep .radioBox-container label {
	 display: block;
	 width: 100%;
	 cursor: pointer;
	 margin: auto;
	 padding: 0;
}
 .pass-change .generic-input .formFieldStep .radioBox-container label span {
	 display: inline-block;
	 padding: 12px;
	 padding-left: 20px;
	 text-transform: uppercase;
	 border: 1px solid grey;
	 border-radius: 8px;
	 color: black;
	 width: 100%;
	 height: 50px;
	 max-height: 50px;
	 text-align: left;
}

 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input {
	 width: 100%;
	 max-height: 450px;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container {
	 right: 0;
	 left: 0;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .selected-flag {
	 width: 100px;
	 max-width: 100px;
	 background-color: transparent;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .selected-flag .selected-dial-code {
	 color: black;

	 padding-left: 0;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .selected-flag .iti-flag {
	 display: none;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .selected-flag .iti-arrow {
	 margin-left: 15px;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .country-list {
	 border: none;
	 box-shadow: none;
	 max-width: unset;
	 width: 100%;
	 overflow-x: hidden;
	 margin-top: 15px;
	 scrollbar-color: rgba(0, 0, 0, 1) rgba(161, 165, 168, 1);
	 scrollbar-width: thin;
	 min-height: 200px;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .country-list::-webkit-scrollbar-track {
	 background-color: grey;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .country-list::-webkit-scrollbar {
	 width: 4px;
	 border-radius: 10px;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .flag-container .country-list::-webkit-scrollbar-thumb {
	 border-radius: 50px;
	 background-color: black;
}
 .pass-change .generic-input .formFieldStep .telephone-container .intl-tel-input .mobile-input-field {
	 width: 100%;
	 border: none;
	 color: black;
	 padding-left: 104px !important;
}
 .pass-change .generic-input .formFieldStep .telephone-container input:focus {
	 outline: none;
}
 .pass-change .generic-input .formFieldStep .telephone-container .telephone-field-animation {
	 text-align: left;
	 overflow: hidden;
	 max-height: 4px;
	 margin-top: 3.5px;
	 border-bottom: 1px solid grey;
}
 @media only screen and (max-width: 991px) {
	 .pass-change .generic-input .formFieldStep .telephone-container .telephone-field-animation {
		 max-height: 5px;
		 margin-top: 4.5px;
	}
}
 .pass-change .generic-input .formFieldStep .telephone-container .telephone-field-animation.error {
	 border-bottom: 2px solid red;
}
 .pass-change .generic-input .formFieldStep .telephone-container .telephone-field-animation .mobile-input-space-animation {
	 width: 100%;
	 white-space: pre;
	 background-color: black;
	 border-bottom: 2px solid black;
	 color: black;
	 margin: 0;
}
 .pass-change .generic-input .formFieldStep .telephone-container .telephone-field-animation .phone-prefix-spacer {
	 width: 100px;
	 max-width: 100px;
	 padding: 0;
	 display: inline-block;
	 margin: 0;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .paginated-textarea {
	 width: 95%;
	 padding: 16px;
	 overflow: hidden;
	 border: 2px solid grey;
	 border-radius: 5px;
	 outline: none;
	 width: 100%;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .maximum-letters-text-area {
	 text-align: end;
	 padding: 0;
	 display: none;
	 margin-bottom: 32px;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container {
	 text-align: left;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .agreenment-line-head {
	 text-align: left;
	 color: black;
	 margin-top: 32px;
	 margin-bottom: 32px;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .form-area-group {
	 display: block;
	 margin-bottom: 21px;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .form-area-group input {
	 padding: 0;
	 height: initial;
	 width: initial;
	 margin-bottom: 0;
	 display: none;
	 cursor: pointer;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .form-area-group label {
	 position: relative;
	 cursor: pointer;
	 display: flex;
	/* flex-grow: 1;
	 */
	 align-items: flex-start;
	 color: black;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .form-area-group label:before {


	 -webkit-appearance: none;
	 background-color: transparent;
	 border: 2px solid black;
	 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	 padding: 10px;
	 display: inline-block;
	 position: relative;
	 vertical-align: middle;
	 cursor: pointer;
	 margin-right: 5px;
}
 .pass-change .generic-input .formFieldStep .text-area-field-container .agreenment-container .form-area-group input:checked + label:after {

	 display: block;
	 position: absolute;
	 top: 2px;
	 left: 9px;
	 width: 6px;
	 height: 14px;
	 border: solid black;
	 border-width: 0 2px 2px 0;
	 transform: rotate(45deg);
}
 .pass-change .generic-input .formFieldStep .search-select-container {
	 position: relative;
	 width: 100%;
	 margin-top: 2px;
	 z-index: 20;
}
 .pass-change .generic-input .formFieldStep .search-select-container .animation-container {
	 text-align: left;
	 overflow: hidden;
	 max-height: 4px;
	 margin-top: 3.5px;
	 border-bottom: 1px solid grey;
}
 @media only screen and (max-width: 991px) {
	 .pass-change .generic-input .formFieldStep .search-select-container .animation-container {
		 max-height: 5px;
		 margin-top: 4.5px;
	}
}
 .pass-change .generic-input .formFieldStep .search-select-container .animation-container .input-space-animation {
	 width: 100%;
	 color: black;
	 width: 100%;
	 margin-right: 1.9px;
	 white-space: pre;
	 background-color: black;
	 border-bottom: 2px solid black;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list {
	 z-index: 100;
	 padding-left: 0;
	 scrollbar-color: rgba(0, 0, 0, 1) rgba(161, 165, 168, 1);
	 scrollbar-width: thin;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list::-webkit-scrollbar {
	 width: 2.5px;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(161, 165, 168, 1);
	 box-shadow: inset 0 0 6px rgba(161, 165, 168, 1);
	 border-radius: 10px;
	 margin-top: 5px;
	 margin-bottom: 100px;
	 width: 1px;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list::-webkit-scrollbar-thumb {
	 border-radius: 10px;
	 width: 1px;
	 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
	 box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value, .pass-change .generic-input .formFieldStep .search-select-container .value-list {
	 top: 0;
	 left: 0;
	 width: 100%;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value {
	 padding: 0.1px;
	 background-color: white;
	 border: none;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value::-webkit-input-placeholder {
	 color: #333;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value:hover {
	 cursor: pointer;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value:hover::-webkit-input-placeholder {
	 color: #333;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value:focus, .pass-change .generic-input .formFieldStep .search-select-container .chosen-value.open {
	 outline: 0;
	 color: black;
}
 .pass-change .generic-input .formFieldStep .search-select-container .chosen-value:focus::-webkit-input-placeholder, .pass-change .generic-input .formFieldStep .search-select-container .chosen-value.open::-webkit-input-placeholder {
	 color: black;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list {
	 list-style: none;
	 margin-top: 10px;
	 overflow: hidden;
	 max-height: 0;
	 transition: 0.3s ease-in-out;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list.open {
	 max-height: 305px;
	 overflow: auto;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list li {
	 position: relative;
	 background-color: white;
	 padding: 5px;
	 padding-left: 0;
	 margin: 0;
	 display: flex;
	 align-items: center;
	 cursor: pointer;
	 opacity: 1;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list li:hover {
	 background-color: grey;
}
 .pass-change .generic-input .formFieldStep .search-select-container .value-list li.closed {
	 max-height: 0;
	 overflow: hidden;
	 padding: 0;
	 opacity: 0;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel {
	 display: inline-block;
	 margin: 0;
	 width: 100%;
	 background-color: transparent;
	 position: relative;
	 cursor: pointer;
	 padding-left: 0;
	 list-style-type: none;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel::before {
	 position: absolute;
	 right: 8px;
	 top: -1px;
	 font-size: 30px;
	 color: black;




	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel.active::before {
	 -ms-transform: rotate(90deg);
	 transform: rotate(90deg);
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__placeholder {
	 display: block;
	 color: black;
	 padding: 0.2em 0.5em;
	 text-align: left;
	 pointer-events: none;
	 user-select: none;
	 visibility: visible;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel.active .sel__placeholder {
	 visibility: hidden;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__placeholder::before {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 padding: 0.2em 0.5em;
	 content: attr(data-placeholder);
	 visibility: hidden;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel.active .sel__placeholder::before {
	 visibility: visible;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box {
	 position: absolute;
	 display: none;
	 list-style-type: none;
	 text-align: left;
	 font-size: 1em;
	 background-color: white;
	 width: 100%;
	 box-sizing: border-box;
	 box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	 max-height: 200px;
	 overflow-y: scroll;
	 z-index: 3;
	 scrollbar-color: rgba(0, 0, 0, 1) rgba(161, 165, 168, 1);
	 scrollbar-width: thin;
	 margin-top: 15px;
	 padding-left: 0;
	 list-style-type: none;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box::-webkit-scrollbar-track {
	 background-color: grey;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box::-webkit-scrollbar {
	 width: 4px;
	 border-radius: 10px;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box::-webkit-scrollbar-thumb {
	 border-radius: 50px;
	 background-color: black;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel.active .sel__box {
	 display: block;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box__options {
	 display: list-item;
	 color: grey;
	 padding: 0.5em 1em;
	 user-select: none;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box__options::after {
	ont-size: 20px;
	 margin-left: 7px;
	 vertical-align: middle;
	 display: none;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box__options.selected::after {
	 display: inline;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel__box__options:hover, .pass-change .generic-input .formFieldStep .select-option-container .sel__box__options:focus {
	 background-color: #ebedef;
}
 .pass-change .generic-input .formFieldStep .select-option-container .sel {
	 padding-bottom: 13px;
}
 .pass-change .generic-input .error-msg {
	 display: none;
}
 .pass-change .generic-input.on-error .error-msg {
	 text-align: left;
	 color: red;
	 display: block;
	 margin-bottom: 1em;
}
 .pass-change .generic-input.on-error .animation-container {
	 background: red;
}
 .pass-change .generic-input.on-error .telephone-field-animation {
	 background: red;
}
 .pass-change .formController {
	 margin-top: 40px;
	 padding-bottom: 60px;
	 display: flex;
	 justify-content: space-between;
}
 .pass-change .formController .formArrows {
	 display: flex;
	 text-align: left;
	 align-items: center;
}
 .pass-change .formController .formArrows .formBottomArrow:focus, .pass-change .formController .formArrows .formTopArrow:focus {
	 outline: 5px auto Highlight;
	 outline: 5px auto -webkit-focus-ring-color;
}
 .pass-change .formController .formArrows .formBottomArrow {
	 margin-left: 8px;
	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
	 background: none;
	 color: inherit;
	 padding: 0;
	 font: inherit;
	 border: 1.5px solid black;
	 border-radius: 50%;
	 cursor: pointer;
	 width: 30px;
	 height: 30px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .pass-change .formController .formArrows .formBottomArrow--disabled {
	 pointer-events: none;
	 opacity: 0.6;
}
 .pass-change .formController .formArrows .formBottomArrow:before {
	 color: black;
	 font-size: 26px;
}
 .pass-change .formController .formArrows .formBottomArrow.disabledArrowBtn:before {
	 opacity: 0.6;
}
 .pass-change .formController .formArrows .formTopArrow {
	 margin-right: 8px;
	 -ms-transform: rotate(90deg);
	 transform: rotate(90deg);
	 background: none;
	 color: inherit;
	 padding: 0;
	 font: inherit;
	 border: 1.5px solid black;
	 border-radius: 50%;
	 cursor: pointer;
	 width: 30px;
	 height: 30px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .pass-change .formController .formArrows .formTopArrow--disabled {
	 pointer-events: none;
	 opacity: 0.6;
}
 .pass-change .formController .formArrows .formTopArrow:before {
	 font-size: 26px;
	 color: black;

}
 .pass-change .formController .formArrows .formTopArrow.disabledArrowBtn:before {
	 opacity: 0.6;
}
 .pass-change .formController .confirmStepBtn {
	 display: inline;
	 height: 54px;
	 margin: 0 0 0 auto;
}
 .pass-change .required.not {
	 visibility: hidden;
}
 .custom-row {
	 margin: 0;
	 flex-wrap: wrap;
	 display: flex;
	 position: relative;
}
 @media all and (max-width: 991px) {
	 .custom-row {
		 flex-direction: column;
		 flex-wrap: unset;
	}
}
 .formCard {
	 height: 100vh;
	 position: relative;
}
 .formCard.row {
	 margin: 0;
}
 .formCard .formCardImg {
	 width: 100%;
	 height: 100%;
	 max-width: 100%;
}
 .formCard .formCardImg img {
	 z-index: 1;
	 max-width: 100%;
	 width: 100%;
	 display: block;
	 height: 100%;
	 object-fit: cover;
}
 .formCard .formCardImageOverlay {
	 position: absolute;
	 z-index: 2;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 background-color: rgba(13, 13, 13, 0.5);
}
 .formCard .noImageformCard {
	 position: absolute;
	 z-index: 2;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 background-color: blue;
}
 .formCard .formCardfuoriserieCta {
	 z-index: 3;
	 position: absolute;
	 top: 13.33%;
	 background: none;
	 color: inherit;
	 border: none;
	 padding: 0;
	 font: inherit;
	 cursor: pointer;
	 outline: inherit;
	 font-size: 20px;
	 color: white;
}
 .formCard .formCardfuoriserieCta:before {
	 font-size: 20px;
	 color: white;




	 font-size: 35px;
	 vertical-align: sub;
}
 @media only screen and (max-width: 991px) {
	 .formCard .formCardfuoriserieCta {
		 top: 15.57%;
	}
}
 .formCard .formCardTitle {
	 position: absolute;
	 top: 20.5%;
	 color: white;
	 padding-right: 22px;
	 padding-left: 22px;
	 z-index: 3;
}
 @media only screen and (max-width: 991px) {
	 .formCard .formCardTitle {
		 top: 21.4%;
		 padding-right: 16px;
		 padding-left: 16px;
	}
}
 .formCard .goBackToFormBtn {
	 position: absolute;
	 z-index: 3;
	 height: 54px;
	 bottom: 102px;
}
 @media only screen and (max-width: 991px) {
	 .formCard .goBackToFormBtn {
		 bottom: 64px;
	}
}
 @media only screen and (max-width: 770px) {
	 .formCard .goBackToFormBtn {
		 width: auto;
		 left: 16px;
		 right: 16px;
	}
}
 .tyimageContainer {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}