﻿.sign-up-section {
    /*background-image: url('./assets/images/signupbackground.jpg');*/
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
}

.sign-up-right {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}

.s-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    display: block;
    border-right: 1px solid rgb(233 233 233);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #939393;
}

.s-icon {
    top: 20px !important;
}

.custom-form__group .group__label {
    position: absolute;
    font-size: 13px;
    left: 47px;
    color: #333333;
    font-weight: 600;
    border-radius: 3px;
    top: -10px;
    opacity: 0;
    transform: scale(1.2) translateY(15px);
    transition: all 0.2s;
    z-index: -1;
    background: #ffffff;
    padding: 0px 5px;
}

.custom-form__group select, .custom-form__group input {
    padding: 0px 15px 0px 40px;
}

.custom-form button {
    border: 1px solid #3292e0;
    color: white;
    background-color: #3292e0;
    padding: 7px 18px;
    margin: 5px auto 10px;
    outline: none;
    font-size: 14px;
    display: block;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
}

.logo {
    margin: 0px auto;
    display: block;
    text-align: center;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.v-align-center {
    margin-top: auto;
    height: 100%;
    margin-bottom: auto;
}

.hide {
    display: none;
}
