

body {
    font-family: 'Raleway', sans-serif;
    background-color: #e7e7e7;
}
.wrapper {
    width: 800px;
    height: 600px;
    position: relative;
    margin: 3% auto;
    box-shadow: 2px 18px 70px 0px #9D9D9D;
    overflow: hidden;
}

.login-text {
    width: 800px;
    height:450px;
    background: linear-gradient(to left, #ab68ca, #de67a3); 
    position: absolute;
    top: -300px;
    box-sizing: border-box;
    padding: 6%;
font-weight: bold;;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}

.text {
    margin-left: 20px;
    color: #fff;
    display: none;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}
a, a:visited {
        font-size: 36px;
        color: #fff;
        text-decoration: none;  
        font-weight: bold;
        display: block;
    }

  
input {
        margin-top: 30px;
        height: 40px;
        width: 300px;
        border-radius: 20px;
        border: none;
        background-color: #444;
        opacity: 0.6;
        outline: none;
        color: #fff;
       text-align:center;
       
    }


    button {
        margin-top: 30px;
        height: 30px;
        width: 160px;
        outline: none;
    }

.login-btn {
        background: #fff;
        border: none;
        border-radius: 50px;
        color: #696a86;
        font-size: medium;
        font-weight: bold;
}


.cta {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #696a86;
    border: 2px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 370px;
    color: #fff;
    outline: none;
    cursor: pointer;
    z-index: 11;
}

.call-text {
    background-color: #fff;
    width: 800px;
    height: 450px;
    position: absolute;
    bottom: 0;
    padding: 10%;
    box-sizing: border-box;
    text-align: center;

    

  
}
h1 {
    font-size: 42px;
    margin-top: 10%;
    color: #696a86;

   
}
span {
    color: #333;
    font-weight: bolder;
    
}

.show-hide {
    display: block;
    direction:center;
    text-align:center;
}

.expand {
    transform: translateY(300px);
    direction:center;
    text-align:center;
}


