*{
    
    box-sizing: border-box;
}
body{
    font-family: Fira Sans,sans-serif;
    background-color: #0c0d12;
}
main {
    background-color: #1E1F29;
    max-width: 792px;
    min-width: 375px;
    border-radius: 10px;
    margin: 30px auto 0;
    padding: 48px;
}
h1 {
    color: #FAFAFA;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%; 
    text-align: center;
    margin: 0 0 32px;
}
p {
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%; 
    text-align: center;
    margin: 0 0 32px;
}
input, select, textarea {
    padding: 27px 48px 12px;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FAFAFA;
    background-color: #2E2D3D;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-height: 135px;
    width: 100%;
}
label{
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #AFB2BF;
    position: absolute;
    top: 12px;
    left: 48px;
}
button {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FAFAFA;
    background-color: #6C38CC;
    border: none;
    border-radius: 10px;
    padding: 12px 0;
    width: 100%;
    text-align: center;
}
form img {
    position: absolute;
    top: 15px;
    left: 10px;
}
.field{
    position: relative;
}
