﻿/* GLOBAL STYLES
-------------------------------------------------- */

.TabRegisterText body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    line-height: 1.4285;
}


.TabRegisterText .nav-tabs > li > a {
    padding: 10px 15px 2px 15px;
    text-decoration: none;
    background-color: transparent;
    border-radius: 4px 4px 0px 0px;
    border: solid 1px #e1e1e1;
    margin-right: 5px
}

.TabRegisterText .nav-tabs li.active a {
    color: white !important;
    background-color: #23527c !important;
    padding: 10px 15px 2px 15px !important;
}

.TabRegisterText ::after, ::before {
    -moz-box-sizing: border-box
}

.TabRegisterText ::after, ::before {
    box-sizing: border-box
}

.TabRegisterText .row {
    margin-top: 25px
}

.TabRegisterText .tab-content .active {
    display: block
}
