body {
    background-color: #1e1e2f !important;
}

.box{
    width: 30%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    background-color: #003366FF;
    min-width: 400px;
    border: 6px solid;
    border-image: linear-gradient(63deg, rgba(36, 18, 87, 1) 0%, rgba(90, 44, 141, 1) 9%, rgba(117, 72, 167, 1) 51%, rgba(90, 44, 141, 1) 87%, rgba(36, 18, 87, 1) 100%) 2;

}

.ve{
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    margin-bottom: 30px;
}

.button{
    width: 200px;
    border-radius: 3px 10px;
    height: 40px;
    margin-top: 10px;
    background-color : #663399;
    border: 2px white solid;
    color :white;
    transition-duration: 0.3s;
}

.button:hover:enabled{
    box-shadow: #15052f 5px 5px !important;
    background-color : #422467;
    translate: -2px -2px;
}

.button:disabled{
    background-color: #76519d;
    color: #c4c2c2;
    border: 2px #a4a3a3 solid;
}
input{
    margin: 5px !important;
    border-radius: 8px;
    border : 0 !important;
    padding: 6px !important;
    width: 70%;
}

input:focus{
    outline: none;
}


.rowLogo{
    height: 70px;
    border-radius: 10px;
    margin: 10px!important;
    padding: 5px !important;
}

.iconeLogo{
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
}

p{
    color: white;
    font-weight: bold;
    margin-bottom:2px !important;
}

.goodbye{
    color: white;
    font-size: 25px;
}