.authincation{
    display: flex;
    justify-content: start;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.bg-auth{
    background-image: url('../images/texture.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
}

.logo-auth{
    margin-bottom: 40px;
}

.logo-auth img {
    height: 70px;
}

.authincation-content{
    /* border: 2px solid #00487a; */
    background-color: transparent !important;
    border-radius: 50px;
    color: #ff9300 !important;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-auth button{
    background-color: #00487a !important;
    color: #fff !important;
    transition: all 0.5s ease;
}

.form-auth button:hover{
    background-color: #ff9300 !important;
    color: #fff !important;
    transition: all 0.5s ease;
}

footer{
    color: #00487a !important;
    padding: 20px 0;
    font-size: 12px;
}

footer span{
    color: #ff9300 !important;
}

.error-message{
    color: #c64800 !important;
    font-size: 12px;
    margin-bottom: 10px;
}