.powered-cosmote.text-center.padding-medium.padding-large.font-size-14{
 	margin-top:20px;
 }
#csm-code:focus {
    box-shadow: none;
    border-color: #3d5265 !important;
}
#csm-code-resend:focus {
    box-shadow: none;
    border-color: #3d5265 !important;
}

.register-container-sup {
	display: flex;
	width: 492px;
	min-width: 300px;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	border: 1px solid #CBC9CA;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-family: PeridotPE-Regular;
}
.register-container-sup .input-section label{
    font-weight: normal;
    margin-bottom: 10px;
    color: #212121;
}
.input-section{
	display: flex;
	padding: 0px 32px 0px 32px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}
.input-section #csm-code{
		border-radius: 4px;
		border: 1px solid #DEDEDE;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		align-self: stretch;
		height:32px;
}
.register-container-sup a {
	cursor: pointer;
}
.register-container-sup a:hover, main.login-wrapper a:focus {
	color: #23527c;
	text-decoration: underline;
	outline: 0;
}
.register-container-sup .btn-search-cancel {
	/* hide browser's clear button for password input */
    display: none !important;
}

.registration-header {
	display: flex;
	height: 68px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	background: #F6F7F6;
	border-bottom: 1px solid #cbc9ca;
	font-size: 16px;
}
.input-section .register-code-button{
	display: flex;
	height: 40px;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: rgba(0, 0, 0, 0.20);
	color: white;
}
.registration-footer {
	font-size: 16px;
	border-top: 1px solid #cbc9ca;
	display: flex;
	height: 90px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #F6F7F6;
	margin-top: 30px;

}
.register-container-sup p {
	margin: 10px 0px;
}
.register-container-sup .form-input-group {
	margin-bottom: 10px;
}
.register-container-sup input.form-input {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font: inherit;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.register-container-sup input.form-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register-container-sup input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
    -webkit-text-fill-color: #555;
}
.resend-block, .resend-confirm{
	display: none;
}
.validate-code-block{
	display: flex;
}
.register-container-sup .greeting {
	color: #0E8103;
    font-size: 14px;
    text-align: center;
}
.register-container-sup div.input-icon-wrapper {
    position: relative;
    width: 100%;
}
.register-container-sup div.input-icon-wrapper input {
	padding: 6px 40px 6px 12px;
}
.register-container-sup div.input-icon-wrapper span.icon {
	position: absolute;
    bottom: 5px;
    right: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: none;
}
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--error input {
	border: 1px solid #A40D15;
}
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--error input:focus {
/*
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;

 */
}
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--password-show span.icon {
	background: var(--password-hide-image-url) no-repeat;
	display: block;
}
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--password-hide span.icon {
	background: var(--password-show-image-url) no-repeat;
	display: block;
}
.register-container-sup .error-message,
.register-container-sup .cosid-error-message {
	color: #3d5265;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--error ~ .error-message,
.register-container-sup div.input-icon-wrapper.input-icon-wrapper--error ~ .cosid-error-message {
	display: block;
}
.register-container-sup .error-message span,
.register-container-sup .cosid-error-message span {
    color: #A40D15;
}

.register-container-sup .flex-columns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


.register-container-sup .button-container {
	text-align: center;
	margin-bottom: 10px;
}
.register-container-sup .button-success {
	color: #fff;
    background-color: #0E8103;
    border: 1px solid #0E8103;
    border-radius: 4px;
    cursor: pointer;
    width: 120px;
    height: 40px;
    padding: 6px 18px;
	font-weight: 700;
}
.register-container-sup .button-success[disabled] {
	cursor: not-allowed;
	opacity: .65;
}
.register-container-sup .button-success:active:focus,
.register-container-sup .button-success:focus,
.register-container-sup .button-success:hover {
	color: #fff;
	background-color: #0E8103;
    border: 1px solid #0E8103;
    outline: none;
	font-weight: 700;
}


 
.register-header {
	font-size: 16px;
	border-bottom: 1px solid #cbc9ca;
	text-align: center;
	max-height:115px;
	font-family: PeridotPE-Regular;
}
.register-footer {
	font-size: 16px;
	border-top: 1px solid #cbc9ca;
	text-align: center;
	position:absolute;
	bottom:0;
}

.lightgray-bg {
	background-color: #f6f7f6;
}
 
.register-container-sup {
	max-width: 494px;
 	max-height: 770px;
	height: 458px;
	margin: auto;
	border: 1px solid #cdc9c9;
	box-shadow: 2px 2px 10px #ccc;
	background-color: #fff;
	color: #2e2e2e;
	font-size: 14px;
}