 .form_holder{
float:right;
width:70%;
margin:0 5% 0 0
}
.form{
float:right;
margin:36px 0 0 0;
padding:0 1%;
width:98%;
background:white;
-webkit-box-shadow:rgba(0,0,0,0.40) 7px 7px 8px 0px;
-moz-box-shadow:rgba(0,0,0,0.40) 7px 7px 8px 0px;
box-shadow:rgba(0,0,0,0.40) 7px 7px 8px 0px
}
.form .signup_title{
margin:24px 0 0 0;
cursor:default;
font-size:44px;
letter-spacing:0.5px;
padding:0;
border-bottom:3px solid #ebebeb;
width:100%;
text-align:center
}
.form .step{
float:right;
width:100%;
height:fit-content;
overflow-y:hidden
}
.signup_form{
float:right;
width:100%;
padding:0 0 10px 0
}
.input_holder{
float:right;
width:100%;
color:black;
margin:20px 0 0 0;
border-bottom:3px solid #ebebeb;
padding:0 0 15px 0
}
.input_holder label{
float:right;
padding:2px 0 0 0;
margin:0;
width:100%;
height:40px;
color:black;
font-size:25px;
text-align:center
}
.input_holder input{
float:right;
border:0;
border-radius:4px;
padding:5px 5px 0 0;
background:#ebebeb;
height:35px;
width:CALC(100% - 5px);
font-size:25px
}
.submit{
float:right;
width:100%;
height:43px;
padding:0;
text-align:center;
margin:20px 0 0 0;
background:#a81e28;
color:white;
border-radius:5px;
border:0;
font-size:25px;
position:relative;
cursor:pointer
}
.submit::after{
content:"יאללה מתחילים \f053\f053\f053";
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
margin:auto;
width:100%;
text-align:center;
font-family:'FontAwesome','Heebo',sans-serif;
line-height:43px
}
a.signup{
text-decoration:none;
float:right;
width:150px;
height:43px;
padding:0;
text-align:center;
margin:40px 45px 0 0;
background:#d2232a;
color:white;
border-radius:5px;
border:0;
font-size:25px
}
.g-signin2{
display:none
}
.oauth_login{
float:right
}
.oauth_login .oauth_login_btn{
float:right;
border-radius:50%;
width:50px;
height:50px;
cursor:pointer
}
.oauth_login .oauth_login_btn i{
color:white;
font-size:30px;
text-align:center;
width:100%;
margin:10px 0
}
.oauth_login .fb_login{
background:#4267b2
}
.oauth_login .google_login{
background:#4285f4
}
