@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
html,body{
    display: grid;
    height: 100%;
    width: 100%;
    place-items: center;
    background: #CCCCFF;
    overflow: visible;
    /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
}
.logo {
    position: fixed; /* Positions the element relative to the viewport */
    top: 20px; /* Positions the logo at the top of the viewport */
    left: 20px; /* Positions the logo at the left edge of the viewport */
    width: auto; /* Sets the width automatically based on content */
    height: auto; /* Sets the height automatically based on content */
    max-height: 150px; /* Sets a maximum height */
    max-width: 350px; /* Sets a maximum width */
}
.title2{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
    border-radius: 15px 15px 15px 15px;
    background-color: #33CC33; }
::selection{
    background: #4158d0;
    color: #fff;
}
.button-9 {
 //   margin-right: calc((100% - (4 * 100px)) / 2);
    width: 200px;
    align-items: center;
    background-color: #0000b6;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
  //  -webkit-user-select: none;
    vertical-align: middle;
}
.wrapper{
    width: 380px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
    margin-bottom: -50px;
}
.wrapper .title{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    color: #fff;
    user-select: none;
    border-radius: 15px 15px 0 0;
    background-color: #0000B8;
   /* background: linear-gradient(-135deg, #c850c0, #4158d0);     */
}
.wrapper form{
    padding: 10px 30px 50px 30px;
    overflow: scroll;
}
.dropdown-wrapper {
    float: top;
    top: 50%;
    margin-right: 10px;
    margin-bottom: 20px;
 /*   margin-left: 20px;           */
    margin-top: 20px;
    display: inline-block;
    border: 1px solid;
    border-color: #4158d0;
    overflow: scroll;
    border-radius: 25px 25px 0px 0px;     Adds space between dropdowns in a row */
}

.dropdown-wrapper label {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50%;
    left: 20px;
    margin-left: 6
    0px;
    display: inline-end;
    border-color: #4158d0;
    font-size: 16px;
    top: 50%;
    left: 20px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 15px 15px 15px 15px;
    transition: all 0.3s ease;
    overflow: visible;
}
.wrapper form .select input:valid ~ label{
    top: 0%;
    font-size: 16px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
}
.wrapper form .field{
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.wrapper form .field input{
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding-left: 20px;
    border: 1px solid lightgrey;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.wrapper form .field input:focus,
form .field input:valid{
    border-color: #4158d0;
}
.wrapper form .field label{
    position: absolute;
    top: 50%;
    left: 20px;
    color: #4158d0;
    font-weight: 400;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
    top: 0%;
    font-size: 16px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
}
/* Here we are */
.wrapper form .field2{
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.wrapper form .field2 input{
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding-left: 10px;
    border: 1px solid lightgrey;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.wrapper form .field2 input:focus,
form .field input:valid{
    border-color: #4158d0;
    color: #000000;
}
.wrapper form .field2 label{
    position: absolute;
    top: 50%;
    left: 20px;
    color: #4158d0;
    font-weight: 400;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
form .field2 input:focus ~ label,
form .field2 input:valid ~ label{
    top: 0%;
    font-size: 16px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
}

form .content{
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: space-around;
}
form .content .checkbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
form .content input{
    width: 15px;
    height: 15px;
    background: red;
}
form .content label{
    color: #262626;
    user-select: none;
    padding-left: 5px;
}
form .content .pass-link{
    color: "";
}
form .field input[type="submit"]{
    color: #fff;
    border: none;
    padding-left: 0;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background-color: #0000B8;
    /* background: linear-gradient(-135deg, #c850c0, #4158d0);   */
    transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
    transform: scale(0.95);
}
form .signup-link{
    color: #262626;
    margin-top: 20px;
    text-align: center;
}
form .pass-link a,
form .signup-link a{
    color: #4158d0;
    text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
    text-decoration: underline;
}