
body {
    margin: auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
    background: linear-gradient(-45deg, #EE7752, #f17d80, #33c9d5, #00b898);

}

.fa-eye {
    margin-left: 28%;
    margin-top: 2.5%;
    cursor: pointer;
    }

.fa-envelope {
    margin-left: 28%;
    margin-top: 2.5%;
    cursor: pointer;
}

.fa-envelope:hover,
.fa-eye:hover  {
    color: #d87ccc;
}


.sign {
    display: flex;
    justify-content: center;
    color: rgb(87, 27, 143);
    font-family: 'Roboto', sans-serif;

}

a {
    display: inline-block;
    justify-content: space-evenly;
    color: rgb(87, 27, 143);
    font-size: 13px;
    text-decoration: none;
    margin: auto;

}

p {
    display: block;
    font-size: 12px;
}


button {
    cursor: pointer;
    border-radius: 21px;
    border: 1px solid rgb(101, 50, 150);
    background-color: rgb(91, 54, 177);
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100px;
    margin-bottom: 5px;
    display: inline-block;
    transition: 0.5s;

}

button:hover {
    background-color: #d87ccc;
    color: #fff;
    
}

.right {
    background-color: #FFFFFF;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.left {
    display: inline-block;

}

.login_logo {
   max-height: 100%;
   max-width: 100%;
}

.mail {
    margin-top: 10px;
    padding: 12px 15px;
    width: 80%;
    margin-bottom: 20px;
    border-width: 1px ;
    border-radius: 4px;
    border-color: rgb(101, 50, 150);
}

.pass {
    padding: 12px 15px;
    width: 80%;
    border-width: 1px ;
    border-radius: 4px;
    border-color: rgb(101, 50, 150);
}

.container {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    /*width: 780px;
    height: 470px;*/
    margin-right: auto;
    margin-left: auto;
}


.log-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.right_container {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 2;
    right: 0;
}

.reg {
    padding-top: 5px;
    float: left;
}

.fpass {
    padding-top: 5px;
    float: right;
    display: flex;
}

.signup {
    display: flex;
    color: rgb(91, 54, 177);
}

.text_image {
    
    position: absolute;
    color:#fff;
    bottom: 20%;
    left: 2%;
    right: 52%;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.cpyright {
    display: inline-block;
    margin-top: 6%;
   
}

.or {
    display: block;
    align-items: center;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-field {
    display: flex;
    width: 90%;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
    border-width: 2px;
    border-color: rgb(91, 54, 177) ;

}

.input-field:hover {
    border: 2px solid rgb(101, 50, 150);
}

.input-icons i {
    position: absolute;

}

/*.icon {

    
}*/

.wallet {
    height: 100%;
}

/* Styles for small screens */
@media screen and (max-width: 768px) {
    /* CSS code for small screens */
    body {
        margin: auto;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        height: 100vh;
        background: linear-gradient(-45deg, #EE7752, #f17d80, #33c9d5, #00b898);
    
    }
    
    .fa-eye {
        margin-left: 28%;
        margin-top: 2.5%;
        }
        
    .sign {
        display: flex;
        justify-content: center;
        color: rgb(87, 27, 143);
        font-family: 'Roboto', sans-serif;
    
    }
    
    a {
        display: inline-block;
        justify-content: space-evenly;
        color: rgb(87, 27, 143);
        font-size: 13px;
        text-decoration: none;
        margin: auto;
    
    }
    
    p {
        display: block;
        font-size: 12px;
    }
    
    
    button {
        cursor: pointer;
        border-radius: 21px;
        border: 1px solid rgb(101, 50, 150);
        background-color: rgb(91, 54, 177);
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 10px 20px;
        width: 100px;
        margin-bottom: 5px;
        display: inline-block;
        transition: 0.5s;
    
    }
    
    button:hover {
        background-color: purple;
        color: #fff;
        
    }
    
    .right {
        background-color: #FFFFFF;
        padding: 0 50px;
        height: 100%;
        text-align: center;
    }
    
    .left {
        display: inline-block;
    
    }
    
    .login_logo {
       max-height: 100%;
       max-width: 100%;
    }
    
    .mail {
        margin-top: 10px;
        padding: 12px 15px;
        width: 80%;
        margin-bottom: 20px;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .pass {
        padding: 12px 15px;
        width: 80%;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .container {
        box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
        display: flex;
        border-radius: 15px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        width: 780px;
        height: 470px;
        margin-right: auto;
        margin-left: auto;
    }
    
    
    .log-in-container {
        left: 0;
        width: 50%;
        z-index: 2;
    }
    
    .right_container {
        position: absolute;
        height: 100%;
        width: 50%;
        z-index: 2;
        right: 0;
    }
    
    .reg {
        padding-top: 5px;
        float: left;
    }
    
    .fpass {
        padding-top: 5px;
        float: right;
        display: flex;
    }
    
    .signup {
        display: flex;
        color: rgb(91, 54, 177);
    }
    
    .text_image {
        
        position: absolute;
        color:#fff;
        bottom: 20%;
        left: 2%;
        right: 52%;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
    }
    
    .cpyright {
        display: inline-block;
        margin-top: 6%;
       
    }
    
    .or {
        display: block;
        align-items: center;
    }
    
    .input-icons {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .input-field {
        display: flex;
        width: 90%;
        border-radius: 6px;
        padding: 10px;
        margin-bottom: 20px;
        border-width: 2px;
        border-color: rgb(91, 54, 177) ;
    
    }
    
    .input-field:hover {
        border: 2px solid rgb(101, 50, 150);
    }
    
    /*.input-icons i {
        position: absolute;
    
    }
    
    .icon {
        padding: 10px;
        width: 20px;
        margin-left: 100px;
    }*/
    
    .wallet {
        height: 100%;
    }
  }
  
  /* Styles for medium screens */
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    /* CSS code for medium screens */
    body {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        background: linear-gradient(-45deg, #EE7752, #f17d80, #33c9d5, #00b898);
        height: 100vh;
    }
    
    .fa-eye {
        margin-left: 28%;
        margin-top: 2.5%;
        }
        
    .sign {
        display: flex;
        justify-content: center;
        color: rgb(87, 27, 143);
        font-family: 'Roboto', sans-serif;
    
    }
    
    a {
        display: inline-block;
        justify-content: space-evenly;
        color: rgb(87, 27, 143);
        font-size: 13px;
        text-decoration: none;
    }
    
    p {
        display: block;
        font-size: 12px;
    }
    
    
    button {
        cursor: pointer;
        border-radius: 21px;
        border: 1px solid rgb(101, 50, 150);
        background-color: rgb(91, 54, 177);
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 10px 20px;
        width: 100px;
        margin-bottom: 5px;
        display: inline-block;
        transition: 0.5s;
    
    }
    
    button:hover {
        background-color: purple;
        color: #fff;
        
    }
    
    .right {
        background-color: #fff;
        height: 100%;
        text-align: center;
    }
    
    .left {
        display: inline-block;
    
    }
    
    .login_logo {
       height: 30%; 
    }
    
    .wallet {
        height: 100%;
    }

    .mail {
        margin-top: 10px;
        padding: 12px 15px;
        width: 80%;
        margin-bottom: 20px;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .pass {
        padding: 12px 15px;
        width: 80%;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .container {
        box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
        display: flex;
        border-radius: 15px;
        background-color: #fff;
        overflow: hidden;
        width: 80%;
        height: 20%;
       
    }
    
    
    .log-in-container {
        height: 100%;
        width: 50%;
        
    }
    
    .right_container {
        height: 100%;
        width: 50%;
        z-index: 2;
        right: 0;
    }
    
    .reg {
        padding-top: 5px;
        float: left;
    }
    
    .fpass {
        padding-top: 5px;
        float: right;
        display: flex;
    }
    
    .signup {
        display: flex;
        color: rgb(91, 54, 177);
    }
    
    .text_image {
        position: absolute;
        color:#fff;
        bottom: 20%;
        left: 2%;
        right: 52%;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
    }
    
    .cpyright {
        display: inline-block;
        margin-top: 6%;
       
    }
    
    .or {
        display: block;
        align-items: center;
    }
    
    .input-icons {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .input-field {
        display: flex;
        border-color: #5b36b1 ;
    
    }
    
    .input-field:hover {
        border: 2px solid rgb(101, 50, 150);
    }
    


    /*.input-icons i {
        position: absolute;
    
    }
    
    .icon {
        padding: 10px;
        width: 20px;
        margin-left: 100px;
    }*/
    
    
  }
  
  /* Styles for large screens */
  @media screen and (min-width: 1025px) {
    /* CSS code for large screens */
    body {
        margin: auto;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        height: 100vh;
        background: linear-gradient(-45deg, #EE7752, #f17d80, #33c9d5, #00b898);
    
    }
    
    .fa-eye {
        margin-left: 28%;
        margin-top: 2.5%;
        }
        
    .sign {
        display: flex;
        justify-content: center;
        color: rgb(87, 27, 143);
        font-family: 'Roboto', sans-serif;
    
    }
    
    a {
        display: inline-block;
        justify-content: space-evenly;
        color: rgb(87, 27, 143);
        font-size: 13px;
        text-decoration: none;
        margin: auto;
    
    }
    
    p {
        display: block;
        font-size: 12px;
    }
    
    
    button {
        cursor: pointer;
        border-radius: 21px;
        border: 1px solid rgb(101, 50, 150);
        background-color: rgb(91, 54, 177);
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 10px 20px;
        width: 100px;
        margin-bottom: 5px;
        display: inline-block;
        transition: 0.5s;
    
    }
    
    button:hover {
        background-color: purple;
        color: #fff;
        
    }
    
    .right {
        background-color: #fff;
        /*padding: 0 50px;*/
        height: 100%;
        text-align: center;
    }
    
    .left {
        display: inline-block;
    
    }
    
    .login_logo {
        margin-top: 5%;
        margin-bottom: 5%;
        border-radius: 20%;
       max-height: 60%;
       max-width: 60%;
    }
    
    .mail {
        margin-top: 10px;
        padding: 12px 15px;
        width: 80%;
        margin-bottom: 20px;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .pass {
        padding: 12px 15px;
        width: 80%;
        border-width: 1px ;
        border-radius: 4px;
        border-color: rgb(101, 50, 150);
    }
    
    .container {
        box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
        display: flex;
        border-radius: 15px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        width: 60%;
        height: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    
    
    .log-in-container {
        left: 0;
        width: 50%;
        z-index: 2;
    }
    
    .right_container {
        position: absolute;
        height: 100%;
        width: 50%;
        z-index: 2;
        right: 0;
    }
    
    .reg {
        padding-top: 5px;
        float: left;
    }
    
    .fpass {
        padding-top: 5px;
        float: right;
        display: flex;
    }
    
    .signup {
        display: flex;
        color: rgb(91, 54, 177);
    }
    
    .text_image {
        
        position: absolute;
        color:#fff;
        bottom: 20%;
        left: 2%;
        right: 52%;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
    }
    
    .cpyright {
        display: inline-block;
        margin-top: 6%;
       
    }
    
    .or {
        display: block;
        align-items: center;
    }
    
    .input-icons {
        width: 100%;
        
    }
    
    .input-field {
        display: flex;
        width: 90%;
        border-radius: 6px;
        padding: 10px;
        margin-bottom: 20px;
        border-width: 2px;
        border-color: rgb(91, 54, 177) ;
    
    }
    
    .input-field:hover {
        border: 2px solid rgb(101, 50, 150);
    }
    
    /*.input-icons i {
        
    
    }
    
    .icon {

    }*/
    
    .wallet {
        height: 100%;
    }
  }
