body {
	font-family: Inter,sans-serif;
    background-image: linear-gradient(rgba(22, 22, 22, 0.42) 0%, rgba(22, 22, 22, 0.42) 100%), url(https://web.swittle.com/images/loginBackground.png);
    margin-left: auto;
    margin-right: auto;
}

*{
	font-family: Inter,sans-serif;
}

h1 {
        text-align: center;
        font-family: Inter,sans-serif;
        font-weight: 700;
        font-size: 20px;
        margin: 0 0 20px;
        padding: 0 0 7px;
}

h2 {
        text-align: center;
        font-family: Inter,sans-serif;
        font-weight: 700;
        font-size: 20px;
        margin: 0 0 20px;
        padding: 0 0 7px;
}


p {
        text-align: center;
        font-family: Inter,sans-serif;
        font-size: 16px;
        margin: 0 0 20px;
        padding: 0 0 7px;
}


img {
    text-align: center;
    max-width: 80%;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
.main{
    margin-top: 50px;
    border-radius: 35px;
    padding: 35px 20px 20px;
    background-color: rgb(228, 237, 237);
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    display: grid;
}
@media (max-width : 380px) {
    .main{
        width: 85%;
    }
}


label {
	font-family: Inter,sans-serif;
    display: block;
}

input {
	font-family: Inter,sans-serif;
    font-size: 14px;
    border-radius: 5px;
    width: 90%;
    display: block;
    height: 1.1876em;
    margin: 0;
    padding: 5px;
    min-width: 0;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid black;
	margin-bottom: 20px;
}

input:hover {
    border: 1px solid rgb(73, 134, 204);
}


textarea {
	font-family: Inter,sans-serif;
    font-size: 14px;
    border-radius: 5px;
    width: 90%;
    display: block;
    height: 100px;
    margin: 0;
    padding: 6px 0 7px;
    min-width: 0;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid black;
	margin-bottom: 20px;
}

textarea:hover {
    border: 1px solid rgb(73, 134, 204);
}


select{
    margin-bottom: 20px;
}

select {
	font-family: Inter,sans-serif;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    display: block;
    font-size: 14px;
    border: 0;
    height: 1.1876em;
    margin: 0;
    padding: 6px 0 7px;
    min-width: 0;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid black;
	margin-bottom: 20px;
}

select:hover{
    border: 1px solid rgb(73, 134, 204);
}

