@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

body {
    margin: 0;
    text-align: center;
    font-family: 'Open Sans Hebrew', serif;
    background-color:  black;
}

.container {
    width: 1200px;
    margin:  0 auto;
    padding: 0;
    position:  relative;
}

.form-area {
    padding: 50px 40px;
    width: 310px;
    height: 430px;
    background-color:  white;
}

.form-area-container {
    position: absolute;
    top: 0;
    left: 80px;
}

.form-area-triangle {
    border-left: 310px solid white;
    height: 80px;
    border-bottom: 80px solid transparent;
}

.action-text1 {
    font-size:  40px;
    line-height: 30px;
    margin-top: 15px;
}

.action-text2 {
    font-size: 17.9px;
    margin-bottom: 15px;
}

input.form-control {
    font-family: 'Open Sans Hebrew', serif;
    border: 1px solid black;
    border-radius:  0;
    margin-bottom: 20px;
}

button.button-page4 {
    height: 50px;
    width:  100%;
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9f6831+0,fdd373+50,9f6831+100 */
    background: #9f6831; /* Old browsers */
    background: -moz-linear-gradient(left, #9f6831 0%, #fdd373 50%, #9f6831 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9f6831 0%,#fdd373 50%,#9f6831 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9f6831 0%,#fdd373 50%,#9f6831 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f6831', endColorstr='#9f6831',GradientType=1 ); /* IE6-9 */
    font-family: 'Open Sans Hebrew', serif;
    font-size: 20px;
}

img.eight-minute-circle {
    position:  absolute;
    top: 185px;
    left: 430px;
}

img.logo-form {
    position:  absolute;
    top: 500px;
    left: 60px;
}
.man-container {
    position:  absolute;
    top: 0;
}

img.label2 {
    position: absolute;
    right: 60px;
    bottom: -8px;
}

.text-container1 {
    width:  100%;
    position:  relative;
    display:  inline-block;
}

img.title4 {
    position:  absolute;
    right: 60px;
    top: 10px;
}

img.footer1 {
    position:  absolute;
    right:  69px;
    top: 130px;
}

.description10 {
    width: 183px;
    color:  white;
    position:  absolute;
    right: 425px;
    text-align:  justify;
    font-size: 13px;
    top: 22px;
    line-height: 15px;
}