@charset "utf-8";
/* CSS Document */

body{

background:#0f5f54;

height:100vh;

display:flex;

justify-content:center;

align-items:center;

font-family:Arial;

}

.login-box{

width:420px;

background:#fff;

padding:35px;

border-radius:15px;

box-shadow:0 0 25px rgba(0,0,0,.3);

}

.logo{

text-align:center;

margin-bottom:30px;

}

.logo img{

width:100px;

}

.logo h3{

margin-top:15px;

font-size:22px;

font-weight:bold;

color:#0f5f54;

}