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

* {

margin: 0;
border: 0;
font-family: 'Outfit', sans-serif;
box-sizing: border-box;

}
.box{

height: 100vh;
display: flex;
width: 100%;
justify-content: center;
place-items: center;

}



.inner-box{
width: 75%; 
display: grid;
justify-content: space-around;
gap: 10px;
grid-template-columns: 0.5fr 0.5fr;
}

.login-form{
padding: 40px 40px 0 40px;
background-color: #f0f9f9;
border-radius: 7px;
display: flex;
flex-direction: column;
justify-content: center;
}



.btn-google{
display: inline-block;
background-color: whitesmoke;
padding: 5px 15px;
color: black;
border-radius: 0.5rem;
}
.messages{
display: inline;
color: red;
}

.google-auth-box{
display: grid;
justify-content: center;
margin: 5px;
align-items: center;
}


a.btn-google {
height: 30px;
text-decoration: none;
padding: 0px;
padding: 0px 5px;
display: flex;
align-items: center;
}

.btn-google img{
height:16px ;
width: 16px;
margin-left: 3px;
}
.logo{
align-items: start;
}

.login-form input[type="email"],.login-form input[type="password"],.login-form input[type="text"]{
height: 50px;
width: 100%;
color: #34618b;
background-color: transparent;
font-size: 0.8em;
padding: 5px 10px;
display: block;
margin-top: 15px;
margin-bottom: 15px;
outline: none;
border: 1px solid #dddddd;
border-radius: 1px;
}

.login-form input[type="email"]:focus,.login-form input[type="password"]:focus{
border: 1px solid #4ba6a7;
}
input[type="submit"]{
background-color: #4ba6a7;
width: 100%;
height: 50px;
border: 0;
color: white;
font-weight: 500;
border-radius: 02px;
font-family: 'Outfit', sans-serif;
padding: 0;

}

input::placeholder{
color: #34618b;
font-size: 15px;
}
.login-form h2{
color: #33608a;
font-family: 'Outfit', sans-serif;
margin: 15px 0px;
}
.login-form p{
margin: 15px 0;
}
.google-login{
width: 100%;
display: grid;
justify-content: center;
}

.google-btn{
display: block;
width: 100%;
height: 50px;
justify-content: center;
display: flex;
font-family: 'Outfit', sans-serif;
border-radius: 02px;
align-items: center;
color: #34618b;
text-decoration: none;
background-color: #caeff7;
}


.google-btn img{
margin-left: 4px;
width: 16px;
height: 16px;
}

.messages{
margin-top: 10px;
width: 100%;
display: flex;
justify-content: center;
}

.innerBox-forgot-password-container{
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px 0;
color: #4aa5a6;
}
.remember-me-box{
display: flex;
align-items: center;
height: 30px;
color: #33608a;
}

input[type='checkbox']{
margin: 0px 2px 0 0;
accent-color: #439293;
}
.forgot-password-box{
margin-right: 4px;
}
.sign-up-dialogue-box{
display: flex;
margin-bottom: 20px;
justify-content: center;
color: #4aa5a6;
margin-top: 14px;
}

.sign-up-dialogue-box p{
margin: 0;
color: #33608a;
}

.forgot-password-box a{
color: #4aa5a6;
text-decoration: none;
}

input[type='email']{
background-color: aqua;
}

.left img{
width: 100%;
height: 100%;
}
.login-form{
width: 100%;
}
#pswrd-eye {
height: 20px;
position: relative;
top:-50px;
left: 90%;
margin-right: 10px;
}

#pswrd-eye-closed{
height: 15px;
position: relative;
top:-50px;
left: 90%;
margin-right: 10px;
}
#pswrd-eye-closed{
display: none;
height: 0;
}
.pswrd-container {
display: flex;
justify-content: space-around;
align-items: center;
border: 1px solid #dddddd;
}
.pswrd-container img{
width: 15px;    
margin-right: 5px;  
}

.pswrd-container input[type='password'],.pswrd-container input[type='text']{
width: calc(100%-20px);
border: none;
margin: 0;
}

input[type='text']{
width: calc(100%-20px);
border: none;
margin: 0;
outline: none;
font-size: 0.8em;
color: #34618b;
margin: 0;
width: 100%;
height: 50px;
background-color: transparent;
padding: 5px 10px;
}

.pswrd-container:hover {
border: 1px solid #4ba6a7;
}

.pswrd-container input[type='password']:focus,.pswrd-container input[type='text']:focus{
border: 1px solid #dddddd;
border-right: 0;
}

#eye-icon-closed{
height: 12.5px;
display: none;
}

.sign-up-dialogue-box a{
display: flex;
text-decoration: none;
color: #4aa5a8;
}

.btn-hover-active:hover{
    color: white;
    border-radius: 0.2rem;
    background-color: #224e50;
    border-radius: 1px;
}

.btn-hover-active:active{
    transform: scale(0.98);
}

.google-btn:hover{
    background-color: #9cbac0;
    color: #34618b;
}
.link-btn-plain-text{
    display: block;
}
.link-btn-plain-text:hover{
    
    background-color: transparent;
    color: #1aa9a96f;
}
.link-btn-plain-text:active{
    transform: scale(0.98);
}
.link-btn-plain-text:hover p{
    color: #33608a9e;
}