body{
  background-color: #eff0f4;
}
main{
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  margin-top: 150px;
}
@media (max-width: 736px) {
	main{
		margin:  50px auto 0;
	}
}

.sg-meo{
  margin-top: 0;
  margin-bottom: 1em;

}
.sg-meo strong{
    /*font-size: 145px;*/
    font-size: clamp(2em, 2.5em, 3em);
    /*font-size: 3em;*/
    font-family: 'Oswald', sans-serif;
    color: #205198;
    font-style: italic;
    line-height: 1;
}
.sg-meo span {
    font-size: 16px;
    color: #205198;
    font-weight: bold;
    display: block;
    text-align: center;
}

.btn_login input[type="submit"]{
    color: #fff;
    background-color: #1a73e8;
    border-color: #1a73e8;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-group {
    margin-bottom: 1rem;
    display: block;
    display: flex;
}
.input-group-prepend{
  border: 1px solid #b1b7c1;
}

.input-group-prepend:first-child{
    border-radius: 0.25rem 0 0 0.25rem;
    background-color: #f0f3f5;
    color: #5c6873;
    padding: 0.375rem 0.75rem;
    border-right: none;
    display: flex;
    align-items: center;
}
.input-group-prepend:last-child{
   border-radius: 0 0.25rem 0.25rem 0;
   background-color: #fff;
   width: 100%;
}
.input-group-prepend .form-control{
  border: none;
  height: 100%;
}
.input-group-prepend .form-control:focus{
    outline: none;
}
.login table{
  width: 100%;
}

