﻿:root {
    --cl-blue-title: rgb(43, 93, 137);
}

body {
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    background-image: url('../images/login-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 95vh !important;
}

.wrap {
    margin-top: 18%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);
    box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);
}

.login-wrap {
    position: relative;
    background: #fff;
}

#signin-form {
    display: block;
}

.signin-form {
    display: none !important;
}

#signup-form {
    display: none;
}

.signup-form {
    display: block !important;
}
