body {
    background-image: url(../../assets/img/odin-login-background.jpg) !important;
    padding: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh
}

.corporate-console-login-box {
    position: relative;
    margin-top: 0
}

.corporate-console-login-box .btn-info {
    background: #0377b6;
    border: #0477b6;
    padding: 8px 30px;
}

.btn-secondary {
    color: #fff;
    background-color: #71b5cd !important;
    border-color: #f7f7f7 !important;
    box-shadow: rgb(0 0 0/24%) 0 3px 8px;
    padding: 7px 18px
}

.sejall-login-img {
    margin-top: -410px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none !important;
    border: 1px solid grey !important;
    background: 0 0 !important;
    height: 52px;
    padding: 12px;
    border-radius: 6px !important
}

.corporate-console-login-box a {
    font-size: 14px
}

.corporate-console-login-box label {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.corporate-console-login-cover {
    padding: 1rem !important;
    background: #fff;
    border-radius: 10px !important;
    width: 85%
}

.raghnall-company-login-details li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px
}

.raghnall-company-login-details i {
    color: #88bd2f
}

.raghnall-company-login-details {
    margin-top: 582px;
    margin-left: 10px;
    width: 100%
}

span.aghnall-company-login-details-title {
    font-weight: 700
}

.raghnall-company-login-details ul {
    padding: 0
}

.corporate-login-name h3 {
    font-size: 18px;
    color: #71b5cd;
    margin: 16px 0;
    font-weight: 700
}

.corporate-console-login-tips-wrap {
    margin-top: 207px;
    width: 80%
}

.corporate-console-login-tips-wrap li {
    font-size: 15px
}

.corporate-console-login-tips-wrap ul {
    padding: 0;
    padding-left: 26px
}

.corporate-console-login-tips-img {
    padding-left: 46px
}

.side-menu {
    width: 240px;
    z-index: 10;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 70px !important
}

.login-tab-content-cover {
    margin-left: 50px
}

.wrapper {
    overflow: hidden;
    max-width: 375px;
    background: #fff;
    padding: 18px;
    border-radius: 5px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    margin-left: 36px;
    margin-bottom: 50px
}

.wrapper .title-text {
    display: flex;
    width: 205%
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    font-size: 20px;
    margin-bottom: 12px
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 3px 0 8px;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px
}

.form-group input[type="password"],
input[type="text"] {
    margin: 0px !important;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all .6s ease
}

.slide-controls label.signup {
    color: #000
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background-color: #05e8ba;
    background-image: linear-gradient(315deg, #05e8ba 0%, #087ee1 74%);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}

input[type=radio] {
    display: none
}

#signup:checked~.slider-tab {
    left: 50%
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
    background: #0075b8 !important
}

#signup:checked~label.login {
    color: #000
}

#login:checked~label.signup {
    color: #000
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
    background: #0075b8 !important
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden
}

.form-container .form-inner {
    display: flex;
    width: 200%
}

.form-container .form-inner form {
    width: 50%;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 12px
}

form label.error {
    color: red
}

.form-inner form .field input {
    height: 80%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all .3s ease
}

.form-inner form .field input:focus {
    border-color: #531716
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all .3s ease
}

form .field input:focus::placeholder {
    color: #b3b3b3
}

.form-inner form .pass-link {
    margin-top: 5px
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 18px
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #000;
    text-decoration: none
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline
}

form .btn {
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background-color: #0075b8 !important;
    transition: all .4s ease
}

form .btn:hover .btn-layer {
    left: 0
}

form .btn input[type=submit] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer
}

.corporate-console-login-btn {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 25px
}

.nav-tabs {
    border-bottom: none !important
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    background: #fff;
    margin-left: 15px;
    border-radius: 6px;
    color: #000;
    border: 2px solid #71b5cd;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
    text-align: center;
    padding: 10px 4px;
    font-size: 14px;
    width: 75%
}

.nav-tabs .nav-link:hover {
    border: 2px solid #71b5cd;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffff;
    border: 2px solid #71b5cd;
    background-color: #71b5cd;
    background-image: -webkit-linear-gradient(45deg, #71B5CD 0, #368FB0 100%);
    border-radius: 5px
}

.policyera-corporate-login-cover {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0 54px 55px, rgba(0, 0, 0, .12) 0 -12px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 12px 13px, rgba(0, 0, 0, .09) 0 -3px 5px;
    margin-top: 69px;
    border-radius: 26px
}

.policyera-corporate-login-image {
    background: #e6f2ff;
    margin-left: -10px;
    border-radius: 0 26px 26px 0;
    margin-left: -25px;
    text-align: center;
    height: 100%;
    text-align: center
}

.policyera-corporate-login-image img {
    width: 90%
}

.policyera-corporate-login-form img {
    width: 170px
}

.policyera-corporate-login-logo {
    text-align: center;
    margin: 20px 0
}

@media only screen and (min-width:768px) and (max-width:992px) {}

@media only screen and (min-width:480px) and (max-width:767px) {}

@media only screen and (min-width:320px) and (max-width:479px) {
    body {
        background-image: none !important
    }

    .corporate-console-login-cover {
        padding: 1rem !important;
        background: #f7f7f7;
        border-radius: 10px !important;
        width: 100%;
        margin-left: 0;
        height: auto
    }

    .raghnall-company-login-details ul {
        padding: 0;
        padding-left: 0
    }

    .corporate-console-login-box {
        padding: 15px
    }

    .sejall-login-img {
        margin-top: -410px;
        display: none
    }

    .corporate-console-login-background {
        background-image: url(../images/file-book-mobile.jpg) !important;
        padding: 0;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
        background-size: cover !important;
        width: 100%;
        height: 806px;
        overflow-x: scroll
    }

    .corporate-console-login-tips-wrap {
        display: none
    }

    .raghnall-login-form-wraper .container-fluid {
        padding: 15px;
        display: none
    }

    ul#side-menu .active {
        color: #000 !important
    }

    .corporate-console-login-btn {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 25px
    }

    .login-tab-content-cover {
        margin-left: 0
    }

    .policyera-corporate-login-image {
        background: 0 0;
        margin-left: 0;
        border-radius: 0 26px 26px 0;
        margin-left: -25px;
        text-align: auto;
        height: 100%;
        text-align: center
    }

    .nav-item.col-lg-6.col-6 {
        padding: 0
    }

    .wrapper {
        margin-left: 0
    }
    .login-tips-wrap ul {
        margin-left: 35px;
    }
    .policyera-corporate-login-form img {
        width: 210px;
        margin-bottom: 10px;
    }
}