@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Open+Sans&display=swap');
html{
    background: linear-gradient(113.36deg, #009892 -0.42%, #002238 92.01%);
    mix-blend-mode: normal;
    width: 100%;
    height: 100%;
}
.circle-small{
    position: absolute;
    top: 207px;
    left: 321px;
}
.circle-big{
    position: absolute;
    bottom: 78px;
    left: 94px;
}
.regna-mark{
    position: absolute;
    top: 39px;
    right: 212px;
}
.login-box{
    padding: 64px;
    margin: 4% auto 0 auto;
    width: 648px;
    height: 661px;
    position: relative;
    background: #FFFFFF;
    box-shadow: -10px 8px 8px rgba(0, 0, 0, 0.25)
}
.login-box .logo{
    margin: 0 auto;
    text-align: center;
}
.title{
    margin-top: 50px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #363843;
}
.login-form {
    font-family: 'Fira Sans';
}
.login-form label{
    display: block;
    margin-bottom: 10px;
    margin-top: 35px;
}
.login-form input{
    margin: 0 auto;
    background: #FFFFFF;
    /* primary+clar(secund) */
    border: 1px solid #DCDDE3;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px rgba(114, 30, 255, 0.1);
    border-radius: 6px;
    width: 100%;
    padding: 20px;
}
.password-box{
    position: relative;
}
.recover{
    position: absolute;
    right: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-decoration: none;
    color: #646981;
}
.login-form .submit input{
    margin-top: 22px;
    border: 1px solid #94D89F;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: bolder;
}
.login-form .submit input:hover{
    cursor: pointer;
    color: white;
    background: #009892;
    border-radius: 6px;
}
.sigin{
    text-align: center;
    margin-top: 60px;
}
.sigin a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
    text-decoration: none;
    font-size: 22px;
}
.sigin a:hover{
    color: #009892;
}
.error {
    text-align: center;
    width: 100%;
    padding: 15px 0;
    background-color: red;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    color: white;
    margin-top: 25px;
}