.bodyLetter {
    display: block;
    place-items: center;
    height: auto;
    margin: 0;
    padding-top: 48px;
    background-color: #e8e6df;
    padding-bottom: 48px;
    font-family: 'Roboto', sans-serif !important;
}

.containerLetter {
    width: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    font-weight: 450;
    color: #012169;
    max-width: 450px;    
}

.textLetter {
    margin-bottom: 20px;
    text-align: center;
}

.textLetter h1 {
    color: #012169 !important;
    font-weight: 500 !important;
}

.textLetter #descriptionLetter {
    font-size: 16px;
    margin-top: 1rem;
    color: #012169 !important;
    text-align: center !important;
    padding: 0px 20px 0px 20px !important;
}

.formGroup {
    max-width: 450px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
}

.formGroup input {
    width: 100% ; 
    padding: 14px;
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 2rem;
    position: relative; 
    font-size: 18px;
}

.formGroup input#userId {
    margin-bottom: 4px;
}

.formGroup label {
    font-weight: 450;
    padding-left: 6px;
    font-size: 15px;
}

.formGroup button {
    background-color: #00c1d5;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    padding: 16px;    
    margin-left: 0px;
}

.formGroup #btn-validate[disabled] {
    border-color: #e1e1e1;
    cursor: default;
    background-color: #fdfdfd !important;
    color: #b1b1b1 !important;
}

.formGroupLetter {
    position: relative;
}

.formGroup #btn-validate {
    width: 100%;
    margin-top: 7%;
}

.containerLetter .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-left: 40px;
    padding-top: 28px;
    margin-bottom: 14px;
}

#error-message {
    width: auto;
    padding-left: 6px;
    max-width: 450px;

}

.formGroup .formGroupLetter .successIcon {
    position: absolute;
    z-index: 10;
    top: 54%; 
    transform: translateY(-50%);
    right: 15px;
    width: 24px;
}

.formGroup .formGroupLetter #success-icon-id {
    top: 61%;
}

.bodyLetter #pdfContainer h1 {
    color: #012169;
    font-weight: 500;
    text-align: center;
}

.bodyLetter .backHome{    
    width: 20px;
    z-index: 10;
    top: 8px;
    cursor: pointer;
    position: absolute;
}

.buttonBackLetter {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.bodyLetter #backButton {
    margin-left: 8px;
    font-size: 16px;
    background-color:transparent;
    color: #00c1d5;
    margin-bottom: 6px;    
    border-color: transparent;    
    cursor: pointer;
}

canvas {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 970px) {

	.bodyLetter {
        height: auto;
        padding-top: 15px;
    }   
         
    .formGroup {
        max-width: 100%;
        align-items: center;
    }

    .formGroup label {
        text-align: left;
        padding-left: 5px;
        font-size: 15px;
    }

    .formGroup input {
        width: 100%
    }

    .formGroup .successIcon {
        width: 20px !important;
    }
    

    .bodyLetter #pdfContainer h1{
        font-size: 22px;
    }
    
    canvas{
        width: 100%;
    }
    
    .buttonBackLetter {       
        padding-left: 6px;
        margin: 0;
    }

    .bodyLetter .backHome {
        width: 16px;
    }

    .bodyLetter #backButton {
        margin-left: 7px;
        font-size: 14px;   
        margin-bottom: -2px;
    }
}

@media (min-width: 345px) and (max-width: 429px) {		
    .formGroup .formGroupLetter #success-icon-id {
    	top: 70%;
	}	
}

@media (min-width: 430px) and (max-width: 462px) {
    .formGroup .formGroupLetter #success-icon-id {
    	top: 70%;
	}
}

@media (min-width: 288px) and (max-width: 345px) {	
    .formGroup .formGroupLetter #success-icon-id {
    	top: 70%;
	}	
	
    .formGroup .formGroupLetter #success-icon-bar {
    	top: 61%;
	}
}

@media (min-width: 655px) and (max-width: 970px) {
	.bodyLetter #backButton {
        font-size: 16px;     
    }
    
    .bodyLetter .backHome {        
	    top: 10px;
    }
}
