﻿.wrap {
    overflow: hidden;
    width: 100%;
    max-width: 730px;
    padding: 15px;
    margin: 20px auto 50px;
    border: solid #ddd;
    font-size: 14px;
    border-width: 1px 1px 3px;
}

.wrap h3 {
    font-weight: 500 !important;
    border-bottom: 2px solid #D7D7D7 !important;
    padding-bottom: 10px;
    text-transform: uppercase;
    background: none !important;
    font-size: 24px !important;
}

.wrap h4 {
    text-transform: uppercase;
    text-align: center;
}

.form-group {
    margin: 20px 0;
    position: relative;
}
a{
    text-decoration: none !important;
}
.form-group a {
    color: #000;
    text-decoration: none;
}
.form-group a:hover{color:#ffca51;}

.form-control {
    width: 100%;
    background-color: #EDEDED;
    text-indent: 40px;
    font-family: FontAwesome;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-new {
    padding: 6px 30px;
    font-size: 17px !important;
    width: 60%;
    background:#8e3733;
    color: #ffc61d !important;
    transition: all 0.5s ease;
}
.btn-new:hover{
	color: #8e3733 !important;
	background: #ffc61d;
}

.btn_login {
    text-align: center;
}

.btn_login button:hover {
    color: #fff;
}

.fa {
     position: absolute;
     margin-left: 10px;
     margin-top: 10px;
     font-size: 16px;
     color: #b0b0b0;
 }

.box-login {
     float: left;
     width: 50%;
 }

 .box-regis {
     float: right;
     width: 45%;
 }
h4, .h4 {
    font-size: 18px;
}
.btn-social {
    width: 100%;
    position: relative;
    padding: 8px 12px 8px 44px !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-social .fa{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin:0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    color:#fff;
}
        .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover, .btn-facebook:focus, 
.btn-facebook:active{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2);}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.btn-google:hover, .btn-google:focus, 
.btn-google:active{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2);}
@media screen and (max-width: 480px) {
.wrap {max-width: 100%;}
.box-login, .box-regis{float: none;width:100%;overflow: hidden;    text-align: center;}
.box-regis{border-top: 1px solid;padding-top: 20px;margin-top: 20px;}
        }