@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

body {
    background: linear-gradient(45deg , #41B0D3, #6DDCFF);
	background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    
   
}

#Oba {
    

}

/*MEDIA para >=768px */
/*@media screen and (min-width: 768px) {

/* CSS do conteiner pai */

.principal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;


    width: 80%;
    max-width: 800px;
    min-width: 320px;
    min-height: 400px;

    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid #C4ECFB;
	border-radius: 20px;
	background-image: url(img/blue_background.jpg);
}


/* CSS Parte 1 */
.parte1  {
    position: relative;
	padding: 0px;

    width: 50%;
    max-width: 400px;
    min-width: 375px;
	
}

.parte1 img {
	width:100%;
    margin-top: 100px;
}


/* CSS Parte 2 */

.parte2  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
   
    width: 50%;
    max-width: 400px;
	max-height: 400px;
    min-width: 320px;

}


.login{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
  
}

.login h2 {
    
    max-width: 350px;

    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #41B0D3;
    position: relative;
}


.login form {   
    align-items: center; 
    padding: 10px 20px 25px 20px;

}
   
.login form p {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 10px;
    color:rgba(0, 0, 0, 0.7)
}

.login form .input-field {
   
    width: 100%;
    height: 40px;

    max-width: 350px;

    position: relative;
    margin-top: 2px;
    margin-bottom: 5px;
    


}

.login form .input-field i {
    position: absolute;
    width: 30px;
    height: 100%;
    color: #fff;
    background: #41B0D3;
    border: 1px solid #16a085;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.login form .input-field input {
    height: 100%;
    width: 100%;
    padding-left: 35px;
    border: 1px solid #888888;
    border-radius: 4px;
    outline-color: #41B0D3;
    font-size: 0.9rem;
    color: #000;
}

.login form .input-field input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}



.login form .forget-password{
    position: relative;
    display: flex;
    justify-content: left;
    margin-top: 8px;
    font-size: 0.8rem;
	
}	

.login form .botao  {
    width: 100%;
    margin-top: 2rem;
    padding: 0.4rem;

    max-width: 350px;
    min-height: 40px;


    background-color: #41B0D3;
    cursor: pointer;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.6s ease;
    
}

.login form .botao:hover  {
        background-color: #2593b4;
        border: solid 2px #41B0D3 ;
        cursor: pointer;
        color: white;
}


.text-danger {
    position: relative;
    align-self: center;
    text-align: center;
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgb(255, 206, 216);
    font-size: 0.8rem;
    color: crimson;
    
}

/*MEDIA para Medium 768px */
@media screen and (max-width: 768px){

    .parte1 img {
        margin-top: 0px;
    }

body {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 300px;

}

.principal {
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px;
    border: none;
	border-radius: 20px;

}


}





/* @media screen and (max-width: 768px) {



.principal {
	
	width: 576px;
	height: auto;
	border-radius: 0px;
	background-image: url(img/blue_background.jpg);
}	

.principal input{
	width: 100%;
	padding: 15px;
	border: 1px solid #CCC;
}

.parte1  {
	padding: 5px;
	float: left;
	width: 100%;
	height: auto;

    max-width: 100%;
}

.parte1 img {
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
}

.parte2  {
	padding: 5px;
	float:left;
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: #036;
}

.login{
	margin-top: 0px;
	margin-left: 0px;
	//background-color: #036;
	padding: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-radius: 10px;
	//border: 1px solid #FFF;
}

.suporte {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;	
}	
    
.botao  {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    font-variant: normal;
    margin-top: 0px;
    border-radius: 10px;
}    

}
*/