﻿#container {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 720px;
}

.go-back-icon{
    font-size:40px;
}

.login-border {
    border: 1px solid gray;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
}

.logo-name {
    font-size: 25px;
    font-weight: 600;
}

.input-area label {
    text-align: center;
}

.login-border input {
    width: 100%;
}

.image-area img {
    width: 150px;
    height: 150px;
}
