.login-container{
    margin-left: 8.33333%;
    width: 25%;
    min-width: 293px;
    float: left;
}

.login-box{
    color : #393939;
    font-size: 22px;
    text-align: left;
    border-radius: 10px;
    padding: 20px;
        background: hsla(0,0%,100%,.95);
}
.login-container .label{
   font-size: 18px;
}
.login-container .fields{
 width: calc(100% - 26px);
    border-radius: 10px;
    border: #b4b3b3 1px solid;
    font-size: 18px;
    padding: 10px;
}
.login-container input:focus{
    outline-width: 0;
}
.login-container .submit_button{
    background: red;
    border: red 1px solid;
    color: white;
    padding: 10px;
    border-radius: 9px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}
.login-container .submit_button:focus{
        color: #6ce890;
}
.login-container .submit_button:focus{
   color: #0084ff;

}

ul {     list-style: none;  margin: 0;  }
ul li { display: block; }
a { text-decoration: none; }
.pg_bar li {
    list-style-type: none;
    position: relative;
    text-align: center;
    color: #d9dadb;
    z-index: 1;
    flex: 1 1 auto;
}
.pg_bar li:first-child {
        flex: 0 1 auto;
}
.pg_bar li:first-child:before {
        display: none;
}
.pg_bar li:last-child {
        flex: 0 1 auto;
}

.pg_bar li:last-child:after {
        display: none;
}

.pg_bar {
        position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 20px;
    padding-top: 45px;
}
.pg_bar li span:before {
        width: 15px;
    height: 15px;
    content: "";
    line-height: 30px;
    background-color: #d9dadb;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    transition: all .8s;
}

.pg_bar li.active span:before {
        background-color: #f5a623;
}

.pg_bar li.active span {
    color:red
}

.pg_bar li:before {
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #d9dadb;
    z-index: -1;
}

.pg_bar li:after {
    right: 0;
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    top: 6px;
    background-color: #d9dadb;
    z-index: -1;
}

.pg_bar li.active.last:after {
    background-color: #d9dadb;
}

h4 {
        font-size: 20px;
        margin: 0px;
        margin-bottom: 5px;
}

.form-control { width: 100%;
    height: 44px;
    padding: 11px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}
.form-group {
        width: 100%;
        text-align: left;
        color: #555;
        padding-top: 10px;
}
.form-group label {
        font-size: 10pt;
        font-weight: bold;
        display: block;
        margin-bottom:5px;
}
.fa-calendar:before {
    content: "\1F4C6";
}

.datepicker { flex: 0 0 auto;
    padding-left: 17px;
    padding-right: 17px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #999;
    height: 44px;
    background-color: #fff;
}
.copy {
        font-size: 8pt;
        color: #999;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 20px;
    font-size: 15px;
    line-height: 1.34;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input { font-size: 14pt !important }

.btn-next { background-color: #2a63bf !important }
~

