   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
 
/*login*/
body{
	 font-family: 'Poppins', sans-serif;
 }
/*login*/
.login-page{
	background:url(../img/new-login/login-bg.jpg) no-repeat right top white;
	background-size:75%;
	border-top:5px solid #1E90FF;
	font-family: 'Poppins', sans-serif;
	padding:90px 0;
}

.login-page h1{
	font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #0088FF;
}
 
.logo-bridge {
    max-width: 150px;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}

.login-area {
     padding: 30px;
    background: white;
    border-radius: 0 40px 40px 0;
    border-left: 30px solid #E42047;
     max-width: 720px;
		    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}

.description-login {
    padding: 30px 0;
    max-width: 560px;
		margin-bottom:30px;
}

.description-login h2{
	font-size: 42px;
	line-height:1.3;
  font-weight: 700;
  color: #FFC00E;
}

.description-login p{
	font-size: 18px; 
    color: #ffffff;
}

.icon-img{
    margin-top: 5px;
    margin-left: 40px;
}


.photo-form-wrapper input {
    border: 1px solid #efefef;
    border-radius: 0px;
    width: 80%;
    margin: 10px auto;
    padding: 5px 10px 5px 40px;
		position:relative;
}

.photo-form-wrapper input.form-email  {

	background: url('../img/new-login/ico-user.svg') no-repeat 10px center;
	background-size: 20px;
}

.photo-form-wrapper input.form-password{ 
	background: url('../img/new-login/ico-pass.svg') no-repeat 10px center;
	background-size: 20px;
}

.photo-form-wrapper .btn-filled, .btn-filled {
    border-radius: 0;
    background: #0088FF;
    border:1px solid #0088FF!important;
        width: fit-content;
    min-width: 150px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 10px 30px 10px 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50px;
}
.photo-form-wrapper .btn-filled:hover {
    background:#FFF!important;
    color:#0088FF!important;

} 

.need-help{
	    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #848AA0;
}
.need-help a{
	color:#E42047;
}

 a.forgot{
	 font-size:15px;
	 color:#848AA0;
	 text-decoration:underline;
	 margin-top:10px;
 }
 
a.learn-more {
    border-radius: 0;
    background: url(../img/new-login/flecha.svg) no-repeat 160px center transparent;
    border-color: #ffffff;
    color: #ffffff;
    width: 204px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid white;
    padding: 10px 50px 10px 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50px;
}
 
a.learn-more:hover {
    background:url('../img/new-login/flecha.svg') no-repeat 165px center transparent;

} 
/* Banners */
 

.text-white { color: #fff;}

 


            .btn-register {     
						background: #E44321;
                
                color: #fff;
                font-size: 1.8rem;
                padding: 10px 40px;
                width: fit-content;
                border-radius: 32px;
                text-align: center;
                font-weight: 800;
                letter-spacing: -1px;
                margin-top: 45px;}

      
.bagde-summit {    top: -63px !important;
    position: relative;
    bottom: 0px;
    margin-bottom: -110px !important;
    }

.btn-support {    background-color: #f7af43;
    color: #fff;
    padding: 10px 25px;
    border-radius: 22px;
    font-weight: 800;
    letter-spacing: 0px;}

.bt-learn{
        border-radius: 50px;
    background-color: #1a62ad;
    border-color: #3899D7;
    padding: 14px 20px;
    width: 180px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 38px;
    display: block;
    text-align: center;
    margin: 0 auto;

}



.bt-learn:hover{
    background-color: #F05A2B;
    border-color: #F05A2B;
    color:#fff;
    -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
 

.date {background-color: #58ba9b;
    color: #fff;
    width: fit-content;
    padding: 4px 10px;
    font-size: 17px;
    font-weight: bold;}
 
.logo-bu {
   width: 230px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}



 
 
/* FOOTER STYLES */



footer{background-color:#132663; padding: 40px 0;}
footer h3{color:#606060; font-weight: 400;}
footer ul{padding-left: 0; list-style: none; font-size: 13px; line-height: 20px;}
footer a{color:#04adf7;}
footer a.link-blue{font-weight: 800; text-decoration: underline;}

.copy-footer{
	    background: black;
    padding: 15px 20px;
    text-align: center;
    border-top: 2px solid white;
}

.copy-footer p{
	color:white;
	margin-bottom:0;
    text-align: center;

}

footer p {
    color: white;
    margin-bottom: 0;
}

footer p.big {
font-size:18px;}

 footer .social-icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -20px;
    right: 0px;
}
footer .social-icon a, 
footer .social-icon a:focus, 
footer .social-icon a:hover, 
footer .social-icon a:active {
    width: 45px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}
footer .social-icon a img {
    width: 30px;
    height: auto;
    cursor: pointer;
}

footer .col-3:last-child {
    padding-right: 54px;
}

/* verification */
.sample-cert {
    max-width:300px;
-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.icon-overview{height: 130px;}


/* forgot password */

.password-page{
	background:url(../img/new-login/back-password-reset.jpg) no-repeat right top white!important;
    padding:30px 0 70px!important;
    text-align: left!important;
}

.password-page .login-area h3{
	font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #6D7AA6;
}

.password-page .logo-bridge {
    max-width: 130px;
    margin: 0 20px 40px 40px;
}

.password-page .login-area {
    margin-left: 40px;
    border-radius: 40px;
    border-left: none;
}
.password-page .login-area p{
    color:#4F5E90;
}
.btn-cancelar {
    border-radius: 0;
    background: #FFF;
    color:#E83D3D;
    border: 1px solid #DEE2E4!important;
    width: fit-content;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    border: 0;
    padding: 10px 30px 10px 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50px;
    margin: 10px auto;
    display: block;
}
.btn-cancelar:hover {
    background: #FFEEF8;
    color:#E83D3D;
    border: 1px solid #E83D3D!important;
    text-decoration: none;
}
.reset-btn{
    font-size: 16px!important;
    text-transform: none!important;
}
/* media queries */

 

@media all and (max-width: 1480px) {
  .login-page {
    background: url(../img/new-login/login-bg.jpg) no-repeat right top white;
    background-size: contain;
    border-top: 5px solid #1E90FF;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0;
}

}

@media all and (max-width: 1190px) {
 .login-page {
    background: url(../img/new-login/login-bg.jpg) no-repeat left top white;
    background-size: cover;
    border-top: 5px solid #1E90FF;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0 50px;
}

.password-page{
	background:url(../img/new-login/back-password-reset.jpg) no-repeat left top white!important;
}

}

@media all and (max-width: 991px) {
   .description-login h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFC00E;
}
footer p {
    color: white;
    margin-bottom: 10px;
}
footer .social-icon {
    position: relative;
    display: flex;
    flex-direction: row;
    top: 0;
    right: 0px;
}
}


@media all and (max-width: 767px) {

  .login-page {
    background: url(../img/new-login/login-bg.jpg) no-repeat left top white;
    background-size: contain;
    border-top: 5px solid #1E90FF;
    font-family: 'Poppins', sans-serif;
    padding: 180px 0 20px;
}

.login-area {
    padding: 30px;
    background: white;
    border-radius: 30px;
    border-left: 0px solid #E42047;
    max-width: 720px;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.password-page{
	background:url(../img/new-login/back-password-reset.jpg) no-repeat right top white!important;
    background-size: contain!important;
}
.password-page .login-area {
    margin-top: 80px;
}

.description-login {
    padding: 30px 20px;
    max-width: 560px;
    margin-bottom: 0px;
}

.description-login p {
    font-size: 18px;
    color: #747474;
}
a.learn-more {
    border-radius: 0;
    background: url(../img/new-login/flecha-blue.svg) no-repeat 145px center transparent;
    border-color: #132663;
    color: #132663;
    width: 190px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #132663;
    padding: 10px 50px 10px 20px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
}





/*//////////////////////////*/

 