@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700");

*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {font-family: 'Nunito Sans', sans-serif;}
a,
a:link,
a:hover,
a:active,
a:visited {text-decoration: none;}
p {
    font-weight: 400;
    line-height: 1.5;
}
.credential_section .alert p {margin: 0;}
.credential_section .alert {
    border-radius: 0;
    margin: 0;
}
.credential_section {
    background: url('credential.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.credential_section .section_cover {
    background: rgba(18, 38, 63, .8);
    width: 100%;
    display: flex;
}
.credential_section .credential_div {
    justify-content: center;
    padding: 75px 15px;
    user-select: none;
    height: 100vh;
    width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
}
.credential_section .form_box {
    background: rgb(18 38 63 / 92%);
    max-width: 375px;
    width: 100%;
    position: relative;
}
.credential_section .form_box h2 {
    background: rgba(18, 38, 63, .7);
    padding: 23px 25px 21px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .8);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    box-shadow: none !important;
    outline: 0 !important;
}
.credential_section .form_box .form_group {margin-bottom: 1rem;}
.credential_section .form_box form {padding: 17px 25px 35px;}
.credential_section .form_box label {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}
.credential_section .form_box .form_control {
    height: calc(1.5em + .75rem + 2px);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem 0;
}
.credential_section .form_box input {
    color: rgba(255, 255, 255, .8) !important;
    font-family: inherit;
    background: none;
    border-radius: 0;
    border: none;
    padding-left: 0;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.credential_section .form_box input:focus {
    border-color: #fff;
    background: none;
    outline: none;
    box-shadow: none;
}
.credential_section .form_box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}
.credential_section .form_box .form-remeber {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.credential_section .form_box .form-check {padding: 0;}
.credential_section .form_box .form-check label {
    cursor: pointer;
    margin: 0;
}
.credential_section .form_box input[type=checkbox] {display: none;}
.credential_section .form_box input[type=checkbox] + label:before {
    border: 1px solid rgba(255, 255, 255, .7);
    display: inline-block;
    content: "\2714";
    transition: 0.2s;
    width: 14px;
    height: 14px;
    font-size: 9px;
    color: transparent;
    text-align: center;
    margin: -4px 7px 0 0;
    vertical-align: middle;
}
.credential_section .form_box input[type=checkbox]:checked + label:before {
    background-color: rgba(18, 38, 63, .6);
    border-color: rgba(255, 255, 255, .8);
    color: rgba(255, 255, 255, .8);
}
.credential_section .form_box .submit_btn {
    background: rgba(18, 38, 63, .7);
    color: rgba(255, 255, 255, .8);
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    padding: 5px 12px 7px;
    border: 1px solid rgba(37, 79, 130, .3);
}
.credential_section .form_box .submit_btn:hover {color: #fff;}
.credential_section .form_box form a {
    color: rgba(255, 255, 255, .7);
    margin-top: 3px;
    font-weight: 300;
}
.credential_section .form_box form a:hover {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
}

.credential_section .company_title {
    width: calc(100% - 500px);
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 75px 0 75px 65px;
}
.credential_section .container_box {position: relative;}
.credential_section .container_box::before {
    display: inline-block;
    position: absolute;
    background: #eee;
    content: '';
    width: 1px;
    left: -65px;
    top: -50px;
    height: calc(100% + 100px);
}
.credential_section .company_brand {
    margin-bottom: 15px;
    display: flex;
}
.credential_section .company_brand img {
    margin-top: -12px;
    width: 50px;
    margin-right: 8px;
}
.credential_section .company_brand h3 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 28px;
}
.credential_section .company_info {display: flex;}
.credential_section .info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    margin-right: 25px;
    padding: 15px 0;
}
.credential_section .company_info h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}
.credential_section .company_info p {
    font-size: 14px;
    color: #ddd;
    margin: 0;
}
.credential_section .payment_method {display: flex;}
.credential_section .payment_info {margin: 15px 25px 0 0;}
.credential_section .payment_info img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.credential_section .payment_info h4 {
    align-items: center;
    line-height: 21px;
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.credential_section .payment_info p {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px)  {
    .credential_section .credential_div {width: 100%;}
    .credential_section .form_box::before,
    .credential_section .company_title {display: none;}
}
