﻿

@media screen and (min-width: 992px) {
    .col-6 {
        width: 50%;
    }
}

.content.signup-main-container {
    margin-left: 0;
    background-color: #fff;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.signup-sub-container{
    max-width: 100%;
    max-height: 100%;
    margin-left: 15%;
    margin-right: 3%;
}

#RegistrationFormSubmit .row {
    justify-content: left;
    padding-top: 2em;
}

h2 {
    color: dodgerblue;
    margin-top: 1em;
    font-weight: 700;
    font-size: 30px;
}

#login {
    color: dodgerblue;
    font-weight: 600;
    cursor: pointer;
}

#btnRegister {
    background-image: radial-gradient(circle, #f76e38, #d12843 80%, #d02737);
    border: none;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: .5rem 1.875rem;
}

.required-note {
    font-weight: 500;
}

.have-an-account {
    font-size: 14px;
}

lable {
    font-weight: 600;
    color: gray;
}

.k-input.k-textbox {
    margin-top: .5em;
}

.app-preview-container-bg {
    background-image: linear-gradient(271deg, #282f53, #1265ac);
    position: absolute;
    inset: 0 0 0 20%;
}

.main_div {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
}

.signUpTabImage {
    height: 90%;
    max-height: calc(100% - 4rem);
    position: absolute;
    bottom: 0;
}

.signUpPhoneImage {
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 17%;
}

img {
    max-height: 100%;
    max-width: none;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding-block: 8px;
}

#termsAndConditions {
    text-decoration: underline;
    cursor: pointer;
}

#gCaptchaOnline {
    margin-left: 26%;
}

