body{
    margin: 0px;
    padding: 0px;
}
.container {
    height: 100vh;
    background-color: #f0e1da;
}
.wrap{
    margin-top: 50px;
    height: 70%;
    width:  50%;
    margin: auto;
    background: white;
    display: flex;
}

.vert{
    font-family: prata;
    font-size: 80px;
    margin-left: 100px;
    writing-mode: vertical-rl;
    transform:scale(-1);  
    color: #9bafb0;
    margin-bottom: 100px;
    margin-top: 60px;
}
.shopee{
    background-color: #407d78;
    width: 35%;
}
.form h2{
    font-size: 40px;
    display: block;
    margin-left: 50px;
    font-family: roboto;
    font-weight: normal;
    margin-bottom: 10px;
}
.form1{
    margin-top: 0px;
}
.field{
    border: none;
    background-color: white;
    border-bottom: 1px solid #333;
    margin-left: 50px;
    padding-bottom: 8px;
    margin-top: 20px;
    padding-inline-start: 10px;
    width: 350px;
}
.login{
    height: 40px;
    width: 365px;
    background-color: darkcyan;
    border: none;
    margin-left: 50px;
    margin-top: 40px;
    color: white;
    font-family: montserrat;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.login:hover{
    background-color: rgb(0, 191, 191);
}
.forgot{
    font-family: montserrat;
    letter-spacing: 0.4px;
    font-size: 12px;
    font-weight: bolder;
}
a{
    margin-top: 20px;
    text-decoration: none;
    color: #333;
    margin-left: 50px;
    font-family: ubuntu;
}
.pass{
    margin-bottom: 10px;
}
.field:focus{
    outline: none;
}
p{
    font-family: montserrat;
    font-size: 13px;
    color: #333;
    letter-spacing: 1px;
    line-height: 22px;
    margin-left: 50px;
    margin-right: 70px;
    margin-top: 10px;
}
.log{
    margin-left: 110px;
    font-weight: bold;
    font-size: 14px;
    font-family: montserrat;
    border-bottom: 1px solid #333;
}
.log:hover{
    color: rgb(0, 191, 191);;
    border-color: rgb(0, 191, 191);;
}