body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f3f3f3;
}
        .sign-in__form {
        max-width: 700px;
    margin: auto;
    position: relative;
    display: block;
    padding: 30px 35px;
    border: 1px solid #00000040;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.sign-in {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
    background-color: #f3f3f3;
}
.main-menu-five__logo img {
    width: 200px;
}
.main-menu-five__logo {
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 25px;
}
.sign-in {
    position: relative;
    display: block;
    padding: 30px 0 38px;
    z-index: 1;
    background-color: #f3f3f3;
        height: 100vh;
}
.Copyright_cls
{
        max-width: 500px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    padding-top: 15px;
}
.site-footer-three__bottom-text {
    color: #000000;
    letter-spacing: var(--insur-letter-spacing);
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.site-footer-three__bottom-text a {
    color: #161616;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sign-in__form .checked-box label span:before {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #090909;
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 1;
}
.sign-in__form-btn-box {
        position: relative;
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}
.sign-in__form-btn {
      padding: 10px 25px 12px;
    background: #041123;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}
.sign-in__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
}
.sign-in__form p
{    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #bfbfbfa8;
    padding-bottom: 12px;
    font-size: 16px;
    }
    .form-control {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
}