html,
body {
    width: 100%;
    height: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}


/*forgot password*/

#forgot-password {
    display: none;
}

.btn-for-forgot {
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: 'adv-p';
}

#forgot-password input:active,
#forgot-password input:focus {
    border: 1px solid #44D62C;
    outline: none;
}

.btn-forgot-password-submit {
    background: #44D62C;
    height: 45px;
    width: 60px;
    top: 16px;
    border: none;
    position: relative;
}
.btn-forgot-password-submit:hover {
    background: rgb(135, 238, 120);
}
.btn-forgot-password-submit p{
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left:22px;
    color: #fff;
    font-weight: 700;
}
.btn-forgot-password-submit:hover .btn-forgot-password-submit p {
    color: #44D62C;
}
.button-submit a.cta:before {
    background: rgba(68, 209, 47, 0.6);
}
.cta{
    transition: all 0.3s ease-out;
}
/* .cta:hover {
    background: #44D62C;
} */
.button-submit a.cta span {
    color: #272727;
    opacity: 1;
}
.button-submit a.cta svg {
    stroke: #272727;
}
#forgot-password input{
    height: 45px;
    width: 200px;
    padding-left: 10px;
}

/*general*/
#container {
    min-height: 100%;
    position: relative;
}

#login-section {
    height: 100%;
    width: 100%;
    background-image: url('../img/back9.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header>.navbar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid white;
    transform: translate3d(0px, 0px, 0px);
}

section {
    margin: 115px 0;
}

/* .login-add-margin {
    margin-top: 30px;
} */

#accaunt2version {
    width: 100%;
    height: auto;
    position: relative;
}

#accaunt-modal2 {
    width: 100%;
    height: 100%;
    position: relative;
}

#accaunt-modal2-login {
    display: block;
    height: 100%;
}

#accaunt-modal2 h3,
#accaunt-modal2-login h3 {
    text-align: left;
    margin: auto;
    font-size: 50px;
    color: #272727;
    padding-bottom: 50px;
    letter-spacing: 1px;
    font-family: 'anton';
    z-index: 2;
    position: relative;
}

.text2 {
    width: 100%;
    max-width: 335px;
    margin: 15px 0;
}

.text2 p {
    font-size: 13px;
    color: rgb(63, 68, 68);
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 10px 0;
}

.text2 input {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    margin: 0px;
    padding: 10px 0;
    width: 100%;
}
#name, #pass{
    font-size: 16px;
}
#pass:active,
#pass:focus {
    border: none;
    border-bottom: 1px solid #44D62C;
    outline: none;
}

#name:active,
#name:focus {
    border: none;
    border-bottom: 1px solid #44D62C;
    outline: none;
}

.text2 input::placeholder {
    color: #b9b9b9;
    font-weight: lighter;
}

.password-margin::placeholder {
    padding: 40px 0;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}

.submit-btn-login2 {
    max-width: 117px;
    padding: 8px 13px;
    margin-left: 216px;
    position: relative;
    border: 1px solid #1690EA;
    font-size: 15px;
    color: #676767;
    font-weight: 600;
    margin-top: 45px;
}
.navbar-default .navbar-nav>li>a {
    margin-top: -17px!important;
    color: #333333;
    background-color: rgb(253, 253, 253);
}
.right-side {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.right-side img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.over-img-have {
    position: absolute;
    background: linear-gradient(to top right, #272727, #525151, #8c8080, #d2d0d0);
    width: 338px;
    height: 213px;
    top: 23.8%;
    left: 39.2%;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    z-index: 3;
    transform: rotate(-0.5deg);
}

.over-img-have h2 {
    text-align: center;
    font-size: 18px;
    color: white;
    padding-top: 20px;
    font-family: 'Courier New', Courier, monospace;
}

/* effect button for submit*/

#accaunt-modal2 {
    margin-top: 40px;
}
#accaunt-modal2 button{
    background: transparent;
    border: transparent;
    width: auto;
    height: auto;
}
.accaunt-modal2 a {
    text-decoration: none;
    color: inherit;
}


/* sign button */

.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.svg-wrapper {
    margin-top: 46px;
    position: relative;
    width: 250px;
    height: 80px;
    display: inline-block;
    border-radius: 3px;
}

#shape {
    stroke-width: 4px;
    fill: transparent;
    stroke: #272727;
    stroke-dasharray: 528 1003;
    stroke-dashoffset: -129;
    transition: 1s all ease;
}

#text-sign {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: 27px;
    left: 21px;
}

#text-sign a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    text-align: center;
    padding: 0px 0px;
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
}


.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #fff;
}


