@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url('fonts/Roboto-Regular.ttf')
}

@font-face{
    font-family:'Roboto';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url('fonts/Roboto-Bold.ttf')}

@font-face {
    font-family:'Spartan';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url('fonts/Spartan-SemiBold.ttf')
}

@font-face {
    font-family:'Spartan-Bold';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:url('fonts/Spartan-Bold.ttf')
}

.container-body{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width: 50%;
    margin: 0 auto;
}

.main-title {
	font-family: 'Spartan-Bold' !important;
	font-size: 27px;
    color: #00243a;
    font-weight: 700;
    margin: 30px 0 50px 0;
}

.indicative-text {
	font-family: 'Spartan-bold' !important;
	color: #0a243e;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.input-title-text-label{
	font-family: 'Roboto' !important;
	font-size: 10px;
    color: #0a243e;
    width:100%;
}

.input-text{
	width: 100%;
    font-size: 16px;
    border: 1px solid #9DB1C9;
    height: 38px;
    float: left;
    margin-right: 6px;
    border-radius: 8px;
    box-shadow: none;
    background-color: transparent;
    font-family: 'Roboto';
    margin-bottom:20px;
}

.input-text-box{
	outline: none;
	width: 100%;
    height: 30px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #9DB1C9;
    font-family: 'Roboto';
}

.combobox-adnc{
	outline: none;
	width: 100%;
    height: 33px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #9DB1C9;
    font-family: 'Roboto';
}

.combobox-adnc:focus {
	outline: none;
	width: 100%;
    height: 33px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #9DB1C9;
    font-family: 'Roboto';
}

#contentarea{
	background: #f2f4f8;
}

.innerbody{
	background-color: #ffffff;
	border-radius: 10px;
    box-shadow: 0px 0px 5px;
}

.centered-button{
	text-align: center;
    padding: 30px;
}

.continue-button{
	color: #ffffff;
	opacity: 1;
    background-color: #0071ce;
    padding: 11px 39px 11px 39px;
    border-radius: 8px;
    border: 1px solid #00243a;
    font-family: 'Spartan';
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    margin-top: 20px;
	cursor: pointer;
}

.label-erro{
	margin-bottom:10px;
    color: #ff0000;
    font-size: 10px;
}

.linha-centered {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
}

.box-warning{
	margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    border: 1.5px solid #d39118;
    background-color: #ffe57f;
    display:flex;
    flex-direction: row;
}

.box-warning-title-text-label{
	font-family: 'Roboto' !important;
	font-size: 12px;
    color: #0a243e;
    width:100%;
}

.box-warning-text-label{
	font-family: 'Roboto' !important;
	font-size: 10px;
    color: #898880;
    width:100%;
}

.input-char-box-sms-token{
	outline: none;
	width: 12%;
    height: 30px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #9DB1C9;
    font-family: 'Roboto';
    margin-right:20px;
}

.back-button{
	color: #0071CE;
	text-decoration: none;
	margin-left: 20px;
	font-family:'Spartan';
}

.input-text-box-sms-token{
	outline: none;
	width: 100%;
    height: 30px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #9DB1C9;
    font-family: 'Roboto';
    text-align: center;   
}

.mgtop20{
	margin-top:20px;
}

.mgbottom{
	margin-top:10px;
}

.centered-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.success-result {
	text-align:unset;
}

.warning-email {
	font-size: 13px;
    margin-top: 10px;
    margin-bottom: -20px;
}


.check-image {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	transform: scale(1.2);
}
