
body{
    position: relative;
    width: 100%;
    height: 100vh;
}

#login{
    width: 100%;
    max-width: 500px;
    border: 1px solid #3cc2f1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.title{
    background-color: #3cc2f1;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#logo{
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 999px;
}

a.code img{
    width: 150px;
}

#btnLogin{
    background-color: #3cc2f1 !important;
    border-color: #3cc2f1;
}