@font-face {
  font-family: myStyle;
  src: url(../fonts/FiraSans-Bold.otf);
}
@font-face {
  font-family: myStyle2;
  src: url(../fonts/Heading-Pro-Light-trial.ttf);
}
@font-face {
  font-family: myStyle3;
  src: url(../fonts/Heading-Pro-Thin-trial.ttf);
}
@font-face {
  font-family: myStyle4;
  src: url(../fonts/HelveticaNeue_Light.ttf);
}
.signInSection{
	background: #bba082;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100vh;
}
.signInMainDiv{
    background-image: url(../img/back12.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
}
.innerDiv{
	    margin: 12% 5%;
    width: 45%;
    margin-bottom: 2%;
}
.innerDiv img{
	width: 13%;
    transform: rotate(-4deg);
    margin: 2% 2%;
}
.innerDiv h2{
	     font-weight: 600;
    font-family: sans-serif;
    font-size: 41px;
    margin: 3% 2%;
    color: #473185;
    margin-bottom: 5%;
}
.innerDiv p{
	    font-size: 14px;
    padding-right: 19%;
    margin-left: 13px;
    color: #473185;
	    margin-bottom:10%;
		    font-weight: 400;
}
.innerDiv input{
	    background: #473185;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 3% 15%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	    margin-bottom: 13%;
		transition: 0.3s linear;
}
.innerDiv input:hover{
	    background: #f0c7cc;
    color: #473185;
    transition: 0.3s linear;
	box-shadow: 0px 1px 25px 3px #473185;
}
@media only screen and (max-width: 576px) {
.innerDiv {
    margin: 12% 5%;
    width: auto;
}
}










