body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background: url(../img/bg.png) no-repeat center center fixed;
    background-size: cover;
}

label {
    cursor: pointer;
    margin-top: -5px;
    color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}




.head_text{float:right;color:#f56f22;width:480px; padding-right:423px;}
.head_text h1 {color:yellow; margin-top:3px; font-size:10px; font-weight:bold;}
.head_text h2 {color:white; margin-top:0px; font-size:12px}

/*.form_wrapper {
    background: #fff;
    width: 550px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 5px 25px;
    margin: 10% auto 0;
    position: relative;
    z-index: 1;
    border-radius: 40px/80px;
    border-top: 5px solid #00adee;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}*/

.form_wrapper {
    /* background: rgba(255, 255, 255, 0.70); */
    width: 550px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 25px 0px 25px;
    margin: 15% auto 0;
    position: relative;
    z-index: 1;
    /* border-top: 5px solid #00adee; */
    /* border-radius: 40px/200px; */
    /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
    /* -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1); */
}


    .form_wrapper h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0;
    }

    .form_wrapper .title_container {
        text-align: center;
        padding-bottom: 20px;
        font-size: 13px;
    }

    .form_wrapper h3 {
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.25em;
        margin: 0;
        color: #fff;
    }

    .form_wrapper .row {
        margin: -1px -25px -0px -15px;
    }

        .form_wrapper .row > div {
            padding: 0 15px;
            box-sizing: border-box;
        }

    .form_wrapper .col_half {
        width: 50%;
        float: left;
    }

    .form_wrapper .col_half1 {
        width: 35%;
        float: left;
    }

    .form_wrapper .col_half2 {
        width: 65%;
        float: left;
        border-left: 1px solid #fff;
    }


      .form_wrapper  .col_half_login{
            width: 45%;
            float: left;
        }
      .form_wrapper   .col_half_click{
            width: 55%;
            float: left;
        }

    .form_wrapper .input_field {
        position: relative;
        margin-bottom: 20px;
    }

        .form_wrapper .input_field > span {
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            height: 100%;
            border-right: 1px solid #ccc;
            text-align: center;
            width: 30px;
            background: #e9161a;
        }

            .form_wrapper .input_field > span > i {
                padding-top: 10px;
            }

    .form_wrapper .textarea_field > span > i {
        padding-top: 10px;
    }

    .form_wrapper input[type="text"] {
        width: 100%;
        padding: 8px 10px 9px 35px;
        height: 35px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

        .form_wrapper input[type="text"]:focus {
            -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            border: 1px solid #f5ba1a;
        }

    .form_wrapper input[type="email"] {
        width: 100%;
        padding: 8px 10px 9px 35px;
        height: 35px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

        .form_wrapper input[type="email"]:focus {
            -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            border: 1px solid #f5ba1a;
        }

    .form_wrapper input[type="password"] {
        width: 100%;
        padding: 8px 10px 9px 35px;
        height: 35px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

        .form_wrapper input[type="password"]:focus {
            -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            border: 1px solid #f5ba1a;
        }

    .form_wrapper input[type="submit"] {
        background: #e9161a;
        height: 35px;
        line-height: 35px;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        font-size: 1.1em;
        margin-bottom: 10px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

        .form_wrapper input[type="submit"]:hover {
            background: #c31a1d;
        }

        .form_wrapper input[type="submit"]:focus {
            background: #c31a1d;
        }

    .form_wrapper input[type="checkbox"] {
        margin-right: 2px;
        top: 3px;
        position: relative;
    }

.form_container .row .col_half.last {
    /* border-left: 1px solid #ccc; */
    background: #00adee;
    /* border-radius: 6px/30px; */
    padding: 5px 10px 10px 10px;
}

.remember_me {
    display: flex;
}

.forgot_pw 
{
	text-align: -webkit-center;
}

.social_btn {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}

    .social_btn a {
        align-items: center;
        color: #fff;
        display: flex;
        height: 35px;
        text-decoration: none;
    }

        .social_btn a span {
            align-items: center;
            align-self: stretch;
            display: flex;
            font-size: 17px;
            justify-content: center;
            margin-right: 10px;
            text-align: center;
            width: 35px;
        }

    .social_btn.fb {
        background: #3b5ca1;
    }

        .social_btn.fb span {
            background: #314d87;
        }

    .social_btn.tw {
        background: #45b0e4;
    }

        .social_btn.tw span {
            background: #26a3df;
        }

    .social_btn.gplus {
        background: #de4c33;
    }

        .social_btn.gplus span {
            background: #cc3a21;
        }

.create_account a {
    color: #e1a70a;
    text-decoration: none;
    font-weight: bold;
}

.bottom_row {
    font-size: 0.7em;
    /*color: #ababab;*/
    color: #000;
}

    .bottom_row a {
        text-decoration: none;
        /*color: #ababab;*/
        color: #fff;
    }
	
	.bottom_row a:hover {
        color: #e9161a;
    text-decoration: underline;
    }

.credit {
    position: relative;
    z-index: 1;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    color: #fff;
}

    .credit a {
        color: #ffde00;
        text-decoration: none;
        text-decoration: underline;
    }

@media (max-width: 600px) {
	.form_wrapper {
		margin: 5% auto;
	}

    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }
	
	.form_wrapper .col_half1 {
        width: 100%;
        float: none;
    }
	
	.form_wrapper .col_half2 {
        width: 100%;
        float: none;
		border-left: none;
    }

    .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }
}
