@charset "utf8";
.back{
  background-color: #fafafa;
}
h2{
  margin-top:120px;
  text-align: center;
}
.text-big{
  margin: 40px 0 50px 0px;
  font-size: 16px;
  font-weight: bold;
}

.box-1{
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 100px;
  width: 100%;
  height: 750px;
  border-radius: 2px;
  padding: 15px 25px;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}
.underline{
  width: 100%;
  height: 20px;
  border-bottom: solid 1px #eee;
}
.topline{
  width: 100%;
  height: 40px;;
  border-top: solid 1px #eee;
}

.link{
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.link-2{
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-2{
  width: 100%;
  height: 50px;
}
.btn-default{
  background-color: #3B5998;
  color: #fff;
  width: 100%;
  height: 53px;
  border-color: #193A7F;
}
.btn-default:hover{
  background-color: #193A7F;
  color: #eee;
  border-color: #193A7F;
}
.btn-1{
  margin-top: 20px;
}


@media screen and (min-width: 768px){
  .text-big{
    margin: 40px 0 50px 0px;
    font-size: 19px;
    font-weight: bold;
  }

  .box-1{
    margin-top: 40px;
    margin-bottom: 100px;
    width: 450px;
    height: fit-content;
    padding: 15px 60px;
  }


}

.google-signin {
	position: relative;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 88px;
	margin: 4px 0px 4px 0px;
	background-image: url(../img/google-signin/btn_google_signin_dark_normal.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00000000;
	
}

.google-signin:active {
	background-image: url(../img/google-signin/btn_google_signin_dark_pressed.png);
}

.google-signin:disabled {
	background-image: url(../img/google-signin/btn_google_signin_dark_disabled.png);
}
