body{
    overflow-x: hidden;
}
a:hover{
	text-decoration: none;
}
a{
	color: #000;
}
.wrap .img {
    height: 80px;
}
.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.login-wrap h3 {
    font-weight: 300;
}
.social-media {
    position: relative;
    width: 100%;
}
.form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}
.form-control-placeholder {
    position: absolute;
    top: -30px;
    padding: 7px 0 0 0px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6;
    color: #01d28e;
}
/*.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    padding: 7px 0 0 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #01d28e;
    font-weight: 700;
}
*/
.field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
    display: none;
}

.btn.btn-primary {
    background: #01d28e !important;
    border: 1px solid #01d28e !important;
    color: #fff !important;
}
.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-primary {
    color: #01d28e;
}
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 6px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}
.checkbox-primary input:checked ~ .checkmark:after {
    color: #01d28e;
}
.form-group a {
    color: gray;
}
.form-group a:hover {
    color: gray;
    text-decoration: none;
}