body {
    font-family: Arial, sans-serif !important;
    color: rgb(89, 91, 92) !important;
}

.group {
    position: relative;
    margin: 10px 0 10px 0;
}

    .group input {
        font-size: 18px;
        padding: 15px 13px 15px 13px;
        display: block;
        width: 100%;
        border-radius: 4px !important;
        background: white !important;
    }

        .group input:hover {
            border-color: rgb(89, 91, 92);
        }

        .group input:disabled {
            color: #80868B;
        }

    .group label {
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 15px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        background: white;
        color: #80868B;
        display: block;
        text-align: left;
        margin-right: 10px;
        margin-left: 10px;
        padding: 4px 0 !important;
        font-size: 16px;
    }

    .group input:focus ~ label, .group input:valid ~ label {
        top: -10px;
        font-size: 12px !important;
        color: rgb(89, 91, 92);
        border-radius: 4px !important;
    }

    .group input:disabled ~ label, .group input:valid ~ label {
        top: -10px;
        font-size: 12px !important;
        color: #555;
        border-radius: 4px !important;
    }

    .group input:focus, .optionalinput {
        border: 2px solid rgb(89, 91, 92);
    }

    .group .select {
        position: relative;
        background-color: white !important;
    }

    .group .select-text {
        display: block;
        position: relative;
        font-family: inherit;
        background-color: transparent;
        width: 350px;
        padding: 10px 10px 10px 10px;
        border-radius: 4px;
        border-bottom: 1px solid rgb(89, 91, 92);
    }

        .group .select-text:focus {
            outline: none;
            border: 2px solid rgb(89, 91, 92) !important;
        }

    .group .select-label {
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 15px;
        transition: 0.2s ease all;
    }

    .group .select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
        top: -10px;
        font-size: 11px !important;
        transition: 0.2s ease all;
        color: rgb(89, 91, 92);
        border-radius: 4px !important;
    }

.filled {
    top: -10px !important;
    font-size: 11px !important;
    transition: 0.2s ease all;
    color: rgb(89, 91, 92) !important;
    border-radius: 4px !important;
}

textarea, input[type=email], input[type=password], input[type=text], input[type=url] {
    height: 56px !important;
}

select {
    height: 56px !important;
    width: 100% !important;
    background: #f5f5f5;
    border: 1px solid rgb(89, 91, 92);
    font-size: 14px;
    min-width: 250px;
    max-width: 400px;
}

.errormsg {
    position: absolute;
    color: #dd4b39;
    font-weight: bold;
    font-size: 11px;
    margin-top: 2px;
    margin-left: 5px;
}

.title-signupc {
    font-size: 28px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: rgb(89, 91, 92);
}

.blue-message-box {
    margin-top: 10%;
    margin-right: 3%;
    border: 1px solid #A9C7EB;
    background-color: #D2E2F5;
    color: #2B476B;
    overflow: hidden;
    padding: 30px 30px 30px 10px;
}

.sp-blue-info-icon {
    background-position: -166px 0px;
    display: block;
    height: 61px;
    width: 61px;
    margin: 0 auto;
    background-image: url(https://www.segurossura.com.co/images/sprite.png);
    background-repeat: no-repeat;
}

.ctn-next-form {
    padding-top: 2%;
    margin-bottom: 10px;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #dd4b39;
    background: none;
}

.ctn-input {
    padding-top: 0px;
}

.msg-div {
    margin-top: 20px;
}

    .msg-div .customer20 {
        padding: 5%;
    }

.btn {
    font-weight: bold;
    border-image: initial;
    height: 45px;
    font-size: 16px !important;
    padding: 10px 30px;
    max-width: 230px;
    color: white;
    border-radius: 20px !important;
    text-shadow: 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.btn-yellow {
    border: 1px solid rgb(89, 91, 92);
    background-color: rgb(89, 91, 92);
    border-color: rgb(89, 91, 92);
}

.btn-blue {
    border: 1px solid rgb(89, 91, 92);
    color: white;
    background-color: rgb(89, 91, 92);
    border-color: rgb(89, 91, 92);
}

.btn-white {
    border-radius: 30px;
    min-width: 100px;
    border: 2px solid rgb(89, 91, 92);
    background-color: white;
    color: rgb(89, 91, 92);
    background-image: none;
}

    .btn-white:hover {
        border: 2px solid #3f3f41 !important;
        background-color: white !important;
        color: rgb(89, 91, 92) !important;
        background-image: none !important;
    }

.color2 {
    color: rgb(89, 91, 92);
}

.welcome2 {
    text-align: center;
    margin-top: 40px;
    padding: 0 5% 0 5%;
}

@media only screen and (max-width: 767px) {
    .ctn-box-info {
        display: none;
    }
}

.ctn-box-info {
    padding-bottom: 15px;
}

.btn btn-blue {
    cursor: pointer;
}

.alert-msg {
    color: #dd4b39;
    padding: 1% 3%;
    font-size: 13px;
    font-weight: bold;
}

.info-msg {
    color: #333333;
    padding: 1% 3% 1% 3%;
    font-size: 13px;
    font-weight: bold;
}

.form-control {
    border: 1px solid rgb(89, 91, 92);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    min-width: 250px;
    max-width: 400px;
}

    .form-control:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
    }

.optional {
    position: relative;
    margin: 10px 0 10px 0;
}

    .optional label {
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 15px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        background: white;
        padding: 3px;
        color: #8B9195;
        display: block;
        text-align: left;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 16px;
    }

    .optional input {
        font-size: 18px;
    }

        .optional input:focus {
            border-color: rgb(89, 91, 92) !important;
        }

.mdesign {
    top: -10px !important;
    font-size: 11px !important;
    transition: 0.2s ease all !important;
}

.mdesign-input {
    color: rgb(89, 91, 92) !important;
    border-radius: 4px !important;
}

.div-poll {
    padding: 5% 2% 2% 5%;
}

.rb-answers {
    margin-left: 2%;
    width: 100%;
    margin-top: 1%;
}

    .rb-answers label {
        margin-left: 2%;
        font-weight: normal;
    }

@media only screen and (min-width: 768px) {
    .steps {
        width: 998px;
        border-radius: 8px;
        border: 1px solid #DADCE0;
        margin: 0 auto;
    }

    .btns {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .btns {
        margin-bottom: 5px;
        text-align: center !important;
    }
}

.steps input[type="text"],
.steps input[type="password"],
.steps input[type="email"] {
    text-transform: uppercase;
}

.steps input[type="submit"],
.steps input[type="button"],
.btn,
.btn-blue,
.btn-white {
    text-transform: none !important;
}

.readonly-field:focus {
    border: 1px solid #ccc !important;
}

.required {
    color: #dd4b39;
    font-weight: bold;
}

#logoSura {
    margin-top: 4%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.div-terms {
    font-size: 14px;
    margin-bottom: 12px;
    color: #666;
}

.btns input {
    margin-bottom: 20px;
    text-transform: none !important;
}

.text-info {
    font-size: 16px;
    color: rgb(89, 91, 92);
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
    background-color: #3f3f41;
}

.img-logo-usr {
    padding-top: 5px;
}

.div-info-user {
    padding-left: 0px;
    padding-bottom: 15px;
}

.div-img-user {
    padding-left: 7px;
}

#formmessage {
    font-size: 20px;
    padding-bottom: 20px;
}

.create-account.clearfix {
    height: 112vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctn-box-info img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.div-terms input {
    top: 2px;
    position: relative;
}

span.signup-button input {
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 16px !important;
    height: inherit;
    border-radius: 50px !important;
}

.texttransformnone {
    text-transform: none !important;
}

.dvtooltip:hover .fieldtooltip2 {
    visibility: visible;
}

.csstooltip {
    height: 45px;
    width: 20px;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}



.fieldtooltip2 {
    visibility: hidden;
    background-color: #E0EAFF;
    color: #80868B;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px !important;
    position: absolute;
    z-index: 99;
    top: -45px;
    font-size: 13px;
}

.div-alert-mgs {
    background-color: #EDE793;
    border-color: #888b8d;
}

.btnadmin {
    background-image: linear-gradient(rgb(89, 91, 92) 0px, rgb(89, 91, 92) 100%);
    min-width: 100px;
    background-color: rgb(89, 91, 92) !important;
    transition: 0.3s;
    border-radius: 30px;
    border-color: rgb(89, 91, 92) !important;
}

    .btnadmin:hover {
        transform: scale(1.1);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 12px 16px 0px, rgba(0, 0, 0, 0.19) 0px 17px 50px 0px;
        transition: 0.3s;
        background-image: linear-gradient(rgb(89, 91, 92) 0px, rgb(89, 91, 92) 100%);
        background-color: rgb(89, 91, 92) !important;
        border-color: rgb(89, 91, 92) !important;
    }
