* {
    padding: 0;
    margin: 0;
}

html{
    color: #777;
}
body {
    color: #777;
}
.login {
    background-color: #f7f7f7;
}

.login .content {
    padding: 0;
    height: 100%;
}

.login .content .column-left {
    padding: 0;
}

.login .content .logo img,
.login .content .column-right,
.login .content .column-left {
    height: 100%;
}

.login .content .column-right {
    padding-top: 40px;
    text-align: center;
    background-color: #f7f7f7;
}

.login .content .column-right h2 {
    margin-bottom: 30px;
    color: #03a78e;
    color: #529603;
}

.login .content .column-right .form-control {
    height: 45px;
}

.login .content .column-right .form-group label {
    display: none;
}

.login .content .column-right .form-group {
    margin: 15px;
}

.login .content .column-right .form-actions {
    padding: 15px;
    margin: 15px 0px;
}

.login .content .forget-form {
    display: none;
}

#forget-password {
    font-size: 12px;
}

.center-flex {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

.social-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 5px;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
    background: #333333 !important;
    color: #fff !important;
}

.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #cd201f;
}

a:hover,
a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none !important;
}

.display-none,
.display-hide {
    display: none;
}

.alert-danger,
.alert-success,
.alert-warning {
    text-align: left;
    margin: 25px 15px;
}

.alert-warning {
    color: #333 !important;
    font-size: 16px !important;
}

.alert-danger {
    color: #333 !important;
    font-size: 16px !important;
}

.alert-success {
    background-color: #b9edab !important;
    border-color: #b9edab !important;
    color: #333 !important;
    font-size: 16px !important;
}

.to-email {
    color: #000;
    font-style: italic;
    border-bottom: 1px dashed #000;
}

.uppercase {
    text-transform: uppercase !important;
}

.btn.green,
.btn.focus,
.btn:focus,
.btn:hover,
.btn.green.active.focus,
.btn.green.active:focus,
.btn.green.active:hover,
.btn.green:active.focus,
.btn.green:active:focus,
.btn.green:active:hover,
.open>.btn.green.dropdown-toggle.focus,
.open>.btn.green.dropdown-toggle:focus,
.open>.btn.green.dropdown-toggle:hover {
    color: #fff;
    background-color: #03a78e;
    background-color: #529603;
    border-color: #03a79a;
    border-color: #458900;
    ;
}

.btn-primary,
.signout {
    margin: 30px;
}

.btn.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-35 {
    margin-top: 35px;
}

.short-form {
    margin-top: 120px;
    ;
}


/* IE8 & IE9 mode utilities */

.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22%;
    float: left;
    margin-right: 10px;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22%;
    float: left;
    margin-right: 10px;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiolabel {
    display: block !important;
}

.checkcontainer input:checked~.radiobtn {
    background-color: #529603;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e1e1e1;
    border-radius: 50%;
    border: 1px solid #c8c7c7;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer .radiobtn:after {
    top: 8px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.abcRioButton {
    border-radius: 50% !important;
}

.abcRioButtonBlue {
    background-color: #fff !important;
}

.authorize-button {
    margin: 30px;
}


/* Form Progress */

.status-progress {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 50px;
}

.status-progress .circle,
.status-progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
    vertical-align: top;
}

.status-progress .bar {
    position: relative;
    width: 80px;
    height: 6px;
    margin: 0 -5px 17px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: 16px;
    vertical-align: top
}

.status-progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
    font-weight: normal !important;
    padding: 0px;
}

.status-progress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 18px;
    margin-left: -30px;
    display: block;
    width: 100px;
    margin-top: 5px;
}


/* Done / Active */

.status-progress .bar.done,
.status-progress .circle.done {
    background: #eee;
}

.status-progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.status-progress .bar.fail {
    background: #fbe1e3;
}

.status-progress .circle.done .label {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.status-progress .circle.fail .label {
    color: #fff;
    background: #e83c29;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.status-progress .circle.done .title {
    color: #444;
}

.status-progress .circle.fail .title {
    color: #e83c29;
}

.status-progress .circle.fail {
    background: #fbe1e3;
}

.status-progress .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.status-progress .circle.active .title {
    color: #0c95be;
}

@media only all and (max-width:767px) {
    .short-form {
        margin-top: 60px;
    }
}