﻿.loginForm {
    text-align: center;
}
.loginForm .logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.loginForm .logo a img {
    margin: 0 auto;
}
.loginForm .title-form {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 40px;
}
.content {
    font-size: 14px;
    line-height: 22px;
}
.loginForm .name-input {
    position: relative;
}
.loginForm .name-input i {
    position: absolute;
    left: 9px;
    top: 8px;
    color: #ccc;
    font-size: 17px;
}
.loginForm .name-input input {
    text-indent: 19px;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.loginForm .forgot-pass {
    position: absolute;
    right: 6px;
    top: 7px;
}
.loginForm .name-input {
    position: relative;
}
.loginForm .mycheckbox {
    text-indent: 20px;
}
.loginForm .mycheckbox input[type=checkbox] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    position: absolute;
    border-radius: 0px !important;
}
.loginForm .mycheckbox label {
    font-weight: normal;
}

.swrapper .swrapper-content .search-product .my-btn, .swrapper .swrapper-content .support-order form .my-btn-check, .loginForm .btn-login, .profile .right-profile .cont-user-account form button {
    position: relative;
    padding: 5px 0px;
    background-color: #e89900;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    border: 0px;
    width: 205px;
    box-sizing: border-box;
    transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
}
.loginForm .btn-login {
    width: 100%;
    font-weight: bold;
}
.swrapper .swrapper-content .search-product .my-btn:hover, .swrapper .swrapper-content .support-order form .my-btn-check:hover, .loginForm .btn-login:hover, .profile .right-profile .cont-user-account form button:hover {
    text-shadow: 2px 2px 2px black;
}
.loginForm .register-form {
    margin-top: 30px;
}
.loginForm .form-groups {
    margin-bottom: 20px;
}
.loginForm .register-form .btn-login {
    background-color: white;
    border: 1px solid #ccc;
}
.loginForm .register-form p {
    margin-bottom: 15px;
    color: inherit;
}
.loginForm .register-form .btn-login a {
    position: relative;
    z-index: 9;
    color: black;
}
.loginForm .register-form .btn-login a:hover {
    color: black;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}