/**
* Login and Sign Up page
*/
.white-bg {
    background-color: white;
}

.white-color, .white-color a {
    color: white;
}

body {
    background-color: #354663;
}

.form-control {
    border-radius: 0.45rem !important;
}

.reg-bg-color {
    background-color: #4985e7;
}

.reg-color {
    color: #4985e7;
}

form.fos_user_registration_register li {
    color: red;
    list-style: none;
}

.justify-content-center {
    padding: 50px 0 !important;
}

.cstm_form {
    width: 1140px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}