﻿body {
    background: #f5f9fc;
}

/* Style the tab - start */

.tabcontent {
  display: none;  
}
/* Style the tab - end */
.signUpCont {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signUpCol {
    width: 350px;
    background-color: #fff;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 7px;
    padding: 14px 18px;
}

.signUpCol .logoCont {
    width: 250px;
    margin: auto;
    padding-bottom: 15px;
}

.logoCont img {
    width: 100%;
    height: auto;
}

#signUpForm label, #logInForm label {
    display: block;
    padding-left: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    margin-bottom: 1px;
}

#signUpForm input, #logInForm input {
    background-color: #fff;
    height: 31px;
    padding: 3px 12px;
    line-height: normal;
    border: 1px solid #ccc;    
    border-radius: 5px;
    width: 100%;    
}

#signUpForm input:focus, #logInForm input:focus {    
    border-color: rgba(134,200,70,0.70);
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -0.0714286rem 0.857143rem;
}

#signUpForm button, #logInForm button {
    height: 40px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    background-color: rgba(134,200,70,0.70);
    border: none;
    border-radius: 5px;
}

.errorMsg, .loginResPoErrMsg {
    display: none;
    color: #e62e04;
    font-size: 0.8rem;
    font-weight: 600;
}

.tabLinkCont, .forgetPassword {    
    font-size: 14px;
    font-weight: 500;
}

.forgetPassword {
    color: rgba(240, 81, 81, 1);
    cursor: pointer;
}

.tablinks {
    color: #02a8f3;
    cursor: pointer;
}

.ipPassWordCont {
    position: relative;
}

.ipPassWordCont i {
    position: absolute;
    top: 8px;    
    right: 7px;
    color: #ccc;
    cursor: pointer;
}

.ipPassWordCont .fa-slash {
    /*display: none;*/
}

@media screen and (max-height: 700px) {
    .signUpCont {
    height: fit-content;    
    margin: 30px 0;
}
}

@media screen and (max-width: 450px) {
    .signUpCol {
    width: 300px;    
}
}



/*.ult-vc-seperator.bottom_seperator {
    top: auto;
    bottom: -1px;
}

.ult-vc-seperator {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
}

.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%
    
}

.ult-vc-seperator svg {
    width: 100%;
    height: auto;
    height: 100px;
}

svg:not(:root) {
    overflow: hidden;
}

.uvc-tilt-left-seperator {
    position: absolute;
    top: auto;
    bottom: 1px;
}*/
