﻿.account-container {
    /*background-image:url("../images/17342.jpg");*/
    background: linear-gradient(to right, #24343d, #3b4f5f, #4a6b7c);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}
.account-box{
    background-color:#ffffff;
    padding:30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    max-width:500px;
    width:100%;
    opacity:9;

}

.text-right{
    text-align:right;
}