.home
{
   display: flex;
   justify-content: center;
   padding-top: 3rem;
}

.login
{   
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30vw;
    height: 80vh;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 5px black;
    background-color: #f4a12b;
    width:450px;
    position:center;
    padding: 100px 30px;
}
.login h2
{
    font-size: 3em;
    text-align: center;
    margin:1.5rem 0 2rem 0;
    color:#181818;
}
.login .input
{
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
}
.login .input .input1
{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #181818;
    color: #181818;
    width: 100%;
    height: 100%;
    text-transform: none;
}
::placeholder
{
    color: #181818;
    font-size: 18px;
}
.login .input i
{
    position: relative;
    right: -370px;
    bottom: 27px;
    color: #181818;
}
.login .button
{
    width: 100%;
    height: 400x;
    margin-bottom: 15px;
}
button
{
    width: 100%;
    height: 40px;
    background-color: #00a4ff;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 7px;
    color: #181818;
}

button:active
{
     font-size: 25px;
}

.submitBtn:hover
{
    color: white;
    cursor: pointer;
    text-shadow: 1px 1px 10px #181818;
}

.sign-up
{
    text-align: center;
    font-size: 1.7rem;
}

.login
{
    display: flex;
    justify-content: center;
}

.login .sign-up a
{   
    color: black;
    font-weight: 800;
}

.login .sign-up p
{
    color: black;
    text-transform: none;
}

.login .signup_link:hover
{
    color: #0022ff;
    text-decoration: underline;
}
.captcha
{
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background: white;
}