body {
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(241, 241, 247);
    color: rgb(28, 28, 30);
    padding: 0;
    perspective: none !important;
    position: relative;
}

p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 1.7em;
    line-height: 1.7em;
}

.errormsg {
    text-align: center;
    padding-bottom: 10px;
}

.loginform {
    background: rgb(255, 255, 255);
    width: 400px;
    position: absolute;
    top: 170px;
    left: calc(50% - 200px);
    border-radius: 28px;
}

.loginheader {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.logincontent {
    padding: 0px 60px;
}

.formfield input {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: calc(100% - 60px);
    height: 40px;
    border: 1px solid rgb(209, 209, 214);
    border-radius: 30px;
    outline: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0px 30px;
    line-height: 12px;
}

.formfield input::placeholder {
    color: rgb(209, 209, 214);
}

.formbtn {
    text-align: center;
}

.formbtn button {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: calc(100% - 90px);
    height: 40px;
    border: 1px solid rgb(0, 121, 254);
    background: rgb(0, 121, 254);
    color: rgb(255, 255, 255);
    border-radius: 30px;
    outline: none;
    margin: 0;
    padding: 0px 30px;
    line-height: 12px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 60px;
}