
.body {
    margin: 0px;
}

.text-ctn {
    padding-left: 10%;
    padding-top: 5%;
    padding-right: -4%;
}

.left-text {
    color: rgb(181, 222, 239);
    font-size: 3.2609rem;
    font-weight: bold;
    line-height: 1.15;
    text-align: left;
    font-family: Montserrat;
}

.sub-text{
    margin-top: 16px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    font-family: Montserrat;
}

.login-container {
    width: 100%;
    display: flex;
    z-index: 1100;
    height: 720px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: inline-flex !important;
}

.left-section {
    flex-grow: 0;
    max-width: 33.333%;
    flex-basis: 33.333%;
    float: left;
    margin-top: 8%;
    margin-bottom: 8.5%;
    padding-left: 10%;
    padding-right: 5%;
    margin-top: 20%;
}

.right-section {
    flex-grow: 0;
    max-width: 66.667%;
    flex-basis: 66.667%;
    float: right;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(233, 233, 234) 100%);
    padding: 80px 0px 0px;
    margin-top: 8.5%;
    margin-bottom: 8.5%;
}

.bg-cover {
    height: 100vh;
    background-image: linear-gradient(288.06deg, rgb(181, 222, 239) 1.57%, rgba(27, 112, 187, 0.7) 99.24%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/authbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    transition: background-color 0.3s ease 0s;
    color: inherit;
    background-color: transparent;
    top: 0;
    left: auto;
    right: 0;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    box-shadow: none;
}

.logo-img {
    float: left;
    margin-top: 17px;
    margin-left: 24px;
}

.login-btn-ctn {
    margin: 0;
    position: absolute;
    top: 43%;
    width: 50%;
    padding-left: 100px;
}

.login-btn {
    ackground-color: #FFFFFF;
    color: #329AD6;
    font-family: HelveticaNeue;
    text-align: center;
    padding: 14px 40px;
    border: 2px solid #329AD6;
    text-decoration: none;
    display: inline-block;
    width: 185px;
}