﻿body,
html {
    width: 100%;
    height: 100%
}

body {
    padding-top: unset !important;
}

.acc-layout-base {
    background-color: #fff;
    min-height: 100%;
    min-width: 300px;
    position: relative
}

.acc-col-left {
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    position: relative
}

.acc-col-right {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    padding: 3rem;
}

.acc-form-container {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 400px !important;
}

.acc-heading {
    font-size: 3.125rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #424242
}

.acc-quote-heading {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 25px
}

.acc-quote {
    font-size: 2rem;
    margin-bottom: 30px
}

.acc-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.acc-col-right .hr-text::after {
    font-size: 12px;
    border-radius: 10px
}

.btn-reg {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.acc-language-container a.current-lng-toggle {
    font-size: small;
    color: #fff !important;
    padding-left: 20px
}

.acc-language-container ul.dropdown-menu {
    color: #000 !important
}

.acc-logo-container,
.org-logo-container {
    margin-top: 10px;
    text-align: center;
}

    .org-logo-container .logo-lg {
        height: auto;
        max-width: 190px;
        max-height: 55px
    }

.btn-reg:hover,
.btn-reg:focus {
    color: #000;
    background-color: #fff;
    border-bottom: unset !important;
    padding-bottom: 10px !important
}

.text-danger {
    color: #ff6347
}

footer p {
    font-size: 12px
}

@media(min-width:992px) {
    .acc-layout-base {
        display: flex;
        flex-direction: row;
    }

    .acc-col-left {
        flex-basis: 69%
    }

    .acc-col-left-bg {
        background-image: url("../Images/home-banner-1_noborder.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left center;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .acc-col-right {
        flex-basis: 31%;
        border-inline-start: 1px solid #e6e6e8;
    }

    .acc-logo-container {
        top: 15px;
        position: absolute;
        left: 15px;
        margin-top: 0;
        z-index: 1;
        text-align: left;
    }

    .org-logo-container {
        top: 25px;
        position: inherit
    }

    footer {
        top: auto;
        bottom: 5px;
        position: absolute;
        left: 0;
        right: 0
    }
}
