

.fieldlabels {
    color: #455A64 !important;
    text-align: left
}




.card_form {
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 60px 40px 40px 40px;
    z-index: 0;
    display: none
}

.card_form.show {
    display: block
}

.form-control-label {
    font-size: 22px !important;
    color: #000;
    letter-spacing: 1px
}

::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #000;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #000;
    font-weight: 300
}

.format_color {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #9FA8DA;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.circle {
    position: relative
}

.fa-long-arrow-right {
    color: #6B2378;
    background-color: #fff;
    padding: 12px;
    margin: 5px;
    border-radius: 50%;
    border: 3px solid #6B2378;
    position: absolute;
    left: -28px;
    top: 12px;
    cursor: pointer
}

.fa-long-arrow-right:hover {
    color: #FFF;
    background-color: #B39DDB
}

.fa-long-arrow-left {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #6B2378;
    cursor: pointer
}

.check-mark {
    width: 180px;
    height: 180px
}

.check-icon {
    width: 15px;
    margin-top: -10px;
}

.verificar p {
    padding: 2em 0;
    font-size: 0.8em;
    color: #9A9A9A;
}

.security-icon img {
    width: 15px;
    margin-top: -6px;
}

.card-block {
    width: 235px;
    border: 1px solid lightgrey;
    padding: 20px;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.radio:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    border: 1px solid #6B2378;
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.fa-check {
    color: #6B2378;
    border-radius: 50%;
    border: 2px solid#6B2378;
    padding: 5px
}

.fa-circle {
    color: #FAFAFA;
    border-radius: 50%;
    border: 2px solid #BDBDBD;
    padding: 5px 6.155px
}

.pic,
.pic-0 {
    height: 90px;
    width: 130px
}

.pic {
    margin-top: 30px;
    margin-bottom: 20px
}


.securemodo {
    width: 26%;
}