﻿
﻿.account-container{
    background-color: blue;
    background-image: url('../images/gplogo.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}

.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}

.parent{
    display: grid;
    place-items: center;
    text-align:center;
/*    height: 100vh;*/
}
.account-box{
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    opacity: .9;
}
