﻿


.login_in_form .wrapper {
    width: 50%;
    height: 600px;
    position: relative;
    margin: 3% auto;
    box-shadow: 2px 18px 70px 0px #9D9D9D;
    overflow: hidden;
}

.login_in_form .login-text {
    width: 100%;
    height: 450px;
    background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    position: absolute;
    top: -300px;
    box-sizing: border-box;
    padding: 6%;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}

.login_in_form .text {
    margin-left: 20px;
    color: #fff;
    display: none;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.login_in_form a, .login_in_form a:visited {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid;
    width: 14%;
}

.login_in_form hr {
    width: 10%;
    float: left;
    background-color: #fff;
    font-size: 16px;
}

.login_in_form input {
    margin-top: 30px;
    height: 40px;
    width:100%;
    border-radius: 2px;
    border: none;
    background-color: white;
    outline: none;
    color: #fff;
    padding-left: 10px;
}



.login_in_form button {
    margin-top: 30px;
    height: 40px;
    width: 140px;
    outline: none;
}

.login_in_form .login-btn {
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #696a86;
}

.login_in_form .signup-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    margin-left: 30px;
}


.login_in_form .cta {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #696a86;
    border: 2px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 45%;
    color: #fff;
    outline: none;
    cursor: pointer;
    z-index: 11;
}

.login_in_form .call-text {
    background-color: #fff;
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    padding: 10%;
    box-sizing: border-box;
    text-align: center;
}

.login_in_form h1 {
    font-size: 42px;
    margin-top: 10%;
    color: #696a86;
}

.login_in_form span {
    color: #333;
    font-weight: bolder;
}


.login_in_form .button-last {
    padding: 7px 15px !important;
    text-decoration: none;
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 20px;
    background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    color: #fff;
    font-weight: bolder;
    margin-top: 30px;
    cursor: pointer;
    outline: none;
    font-size: 26px;
}


.login_in_form .show-hide {
    display: block;
}

.login_in_form .expand {
    transform: translateY(300px);
}

.login_in_form .icon-top {
    margin-top: -8px;
}
