body {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
@keyframes rotate {
    from {
        transform: rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
    }
    to {
        transform: rotate(-360deg) translate3D(-2%, -2%, 0) rotate(360deg);
    }
}

.landing-circle {
    z-index: -1;
    position: absolute;
    top: -40px;
    left: -100px;
    width: 500px;
}
.landing-circle1 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite;
}
.landing-circle1 img {
    position: absolute;
    top: 150px;
    left: 230px;
}
.landing-circle2 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.landing-circle2 img {
    position: absolute;
    top: 225px;
    left: 95px;
}
.landing-circle3 {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
.landing-circle3 img {
    position: absolute;
    top: 52px;
    left: 94px;
}
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.main_page_content {
    margin: 50px 150px 50px 150px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 0 120px -40px rgba(42, 37, 84, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.main_page_content .col1,
.main_page_content .col2 {
    width: 50%;
}
.main_page_content .col2 {
    /* background: linear-gradient(-45deg, #FFC907, #FFC907, #B5C327, #B5C327); */
    /* background-size: 400% 400%; */

    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	/*display: flex;
	 -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
    justify-content: center; */
    user-select: none;
    display: flex;
    flex-direction: column;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.main_page_content .col1 {
    padding: 0px 30px 0px 30px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.main_page_content .col1 .top {
    margin: 0 0 50px 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.main_page_content .logo img {
    width: 270px;
    margin: 10px 20px 0px 10px;
}
.main_page_content .logo .companyName ,
.main_page_content .page_name {
    font-size: 10pt;
    font-weight: bold;
    color: #322e47;
}
.register{
    font-size: 14pt;
    font-weight: bold;
    color: #322e47;
    text-align: end;
    margin: 25px;
    font-family: Arial, Helvetica, sans-serif;

}
.form_title {
    font-size: 20pt;
    color: #4b446d;
    font-weight: bold;
    margin: 28px 0 0 0;
}
.form_description {
    font-size: 20pt;
    color: #fcbb14;
    margin: 0 0 50px 0;
}
.form_field {
    position: relative;
    margin: 40px 40px 40px 40px;
}
.form_field input {
    background: none;
    color: #b5c327;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #b0b0b0;
}
.form_field input:focus {
    outline: none;
}
.form_field input:focus ~ label,
.form_field input:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #52b5ba;
}
.form_field input:focus ~ .bar:before {
    width: 100%;
}

.form_field input[type="password"] {
    letter-spacing: 0.3em;
}
.form_field label {
    color: #b0b0b0;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    /* left: 5px; */
    top: 10px;
    transition: 300ms ease all;
}
.form_field .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form_field .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #265356;
    transition: 300ms ease all;
    left: 0%;
}

.btn1 {
    /* margin: 0px 40px 0 60px; */
	background-color: #fdc240;
	/* background-image: linear-gradient(315deg, #FFC907 0%, #B5C327 74%); */
    border: 0;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
	margin: 0 0 15px 0;
    transition: 0.35s;
    display: initial;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn1:hover {
	/* box-shadow: 0 6px 25px 0 rgba(0,0,0,0.5); */
    background-color: #e8b137;
    color: #fff;
	transition: 0.35s;
}
/* medium and small */

@media screen and (min-width: 770px) and (max-width: 1025px) {
    .main_page_content .col1 {
        padding: 30px;
    }
    .main_page_content .col1 .top {
        margin: 0 0 20px 0;
    }
    .form_title {
        font-size: 31pt;
        margin: 40px 0 5px 0;
    }
    .form_description {
        margin: 0 0 35px 0;
    }
    .form_field {
        margin: 35px 0;
    }
    .btn1 {
        padding: 12px 60px;
    }
}
/* xs */
@media screen and (max-width: 769px) {
    .main_page_content {
        margin: 25px 0;
    }
    .main_page_content .col1 {
        padding: 25px;
    }
    .main_page_content .col1 .top {
        margin: 0 0 15px 0;
    }
    .form_title {
        font-size: 20pt;
        margin: 20px 0 5px 0;
    }
    .form_description {
        margin: 0 0 20px 0;
    }
    .form_field {
        margin: 2s5px 0;
    }
    .btn1 {
        padding: 12px 60px;
    }
    .main_page_content .col1, .main_page_content .col2 {
        width: 100%;
    }
    .main_page_content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    element.style {
        text-align: center;
    }
    .main_page_content .col2 img {
        width: 200px;
        height: 200px;
        margin: auto;
        display: block;
        border-color: #B5C327
    }
    .register {
        text-align: center;
        margin: 5px;
    }
}
.submit{
    font-size: 16px;
    display: flex;
    padding: 0px 100px 0px 100px;
}
.footer{
    position: absolute;
    bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center !important;
    padding: 4px;
    height: 30px;
    font-size: 11px;
}

.numero{
    width: 100%;
    margin-left: 10px;
}


.phone{
    display: flex;
    flex-direction: row;
}

.col2 img{
    width: 100%;
    height: 420px;
}
.form_field a{
    display: flex;
    justify-content: flex-end;
}

.container_background_bill {
    background-image: url("../../images/new_login.png");
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.border-radius {
    border-radius: 15px;
}
.col-4 {
    width: 400px !important;
}

.bg-white {
    background: white;
}

.padding-bill {
    padding: 50px 12px;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.p-1 {
    padding: 4px;
}
.p-2 {
    padding: 8px;
}
.p-3 {
    padding: 12px;
}
.p-4 {
    padding: 16px;
}
.p-5 {
    padding: 20px;
}
.p-6 {
    padding: 24px;
}
.p-7 {
    padding: 28px;
}
.p-8 {
    padding: 32px;
}

.p-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.logo-bill {
    width: 100px;
}
.padding-image-bill {
    padding: 24px 0 0 24px;
}

.col-12 {
    width: 100% !important;
    min-width: 100% !important;
}