/* Login Screens */


.mg-login-label-color-1{
    color: #25324D;
    margin-top: 130px;
}
.mg-custom-automargin{
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: row;
}
.mg-custom-width-100{
    width: 100%;
}
.mg-login-label-color{
    color: #25324D;
}
.mg-custom-position{
    position: fixed;
    top: 0;
    width: 100%;
}
@media (min-width:300px) and (max-width:1024px){
    .mg-media-alignment
    {
        display: none;
    }
}

/* firsttime user - Screens */

.mg-custom-align-middle{
    align-self: center;
}
