@import url("main.css");

.points-summary {
    text-align: center;
}

.prompt {
    font-size: 22px;
    color: #F4BA26;
    font-weight: 700;
    padding-top: 20px;
}

.points {
    font-size: 35px;
    font-weight: 800;
}

h2, #points {
    color: #F4BA26;
    position: center;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;    
}

h4 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;

}

a {
    font-weight: bold;
}

span {
    font-size: 18px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    margin-top: 100px;
}

.login_form {
    margin-top: 30px;
    width: auto;
	margin: auto;
	position: relative;
}


input {
	border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
	padding: 10px;
	border: 3px solid #FFC83A;
	background: #f1f1f1;
	font-family: Inter;
	font-style: normal;
    width: 99%;
    
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

input:focus {
	outline: none;
}

.buttonclick {
	background: #FFC83A;
	border-radius: 10px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 10px;
	
	border: none;
	width: 105%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.buttonclick:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}

.buttonclick:focus {
    outline: none;
    box-shadow: 
      0 -1px 0 rgba(0, 0, 0, .04),
      0 2px 4px rgba(0, 0, 0, .25),
      0 0 0 3px #c8dafc;
}

.forgotpsw {
    float:right}

.labelInput {
	display: table;
}

.google-login {
    transition: background-color .3s, box-shadow .3s;
      
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    margin-top: 10px;
    width: auto;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
    
.google-login:hover {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }
    
.google-login:active {
      background-color: #eeeeee;
    }
    
.google-login:focus {
      outline: none;
      box-shadow: 
        0 -1px 0 rgba(0, 0, 0, .04),
        0 2px 4px rgba(0, 0, 0, .25),
        0 0 0 3px #c8dafc;
    }
