.letterbox {
    margin-top: 200px;
}

.register {
    width: 70%;
    margin: auto;
    margin-top: 40px;
}

.box-ayuda {
    display: flex;
    justify-content: end;
    margin-right: 5px;
}

.help {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.register .icon-help {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-color: #012647;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    color: #fff;
    font-size: 15px;
}

.box-ayuda p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-left: 5px;
}

.letter-header {
    width: 100%;
    padding: 5px;
    margin: 8px 0;
    background-color: #012647;
}

.letter-header h3 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.wrap-form {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.select-form {
    width: 100%;
}

.form-title {
    margin: 10px 0;
}

.box-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-left {
    margin-right: 20px;
}

.modal-body p {
    text-align: justify;
}

.modal-header {
    background-color: #012647;
}

.modal-title {
    color: #fff;
}

.close {
    color: #fff;
}

.btn-v {
    background-color: #012647;
    color: #fff;
    font-weight: bold;
}

.btn-hide {
    display: none;
}

.mapeo {
	border: none;
	width: 100%;
}

.wrap-input {
    width: 100% !important;
}

.hide-ch {
    display: none;
}

.selected-option {
    font-weight: bold;
}