.login-main{
    direction: rtl;
    float: right;
    width: 100%;
    position: relative;
    background: #000;
}

.login-wrapper{
    border-radius: .3rem;
    background: #111;
    padding: 15px;
    height: 480px;
    border: 2px solid orange;
}


button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    background: #CCC;
    padding: 10px;
    border-radius: 3px;
    color: #FFF;
}

button {
    background: transparent;
    border: 1px solid orange;
    color: orange;
}

button:hover {
    color: #FFF;
    background: orange;
}

.login-title{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.login-info {
    color: #fff;
    font-size: 1.1rem;
}

.login-input-text input{
    background: none;
    border: none;
    border-bottom: 2px solid rgb(122, 122, 122);
}


input:focus{
    outline: none;
    border-bottom: 2px solid orange;

}

input:focus::placeholder{
    color: #FFF;
}

p {
    font-size: .9rem;
}

a{
    text-decoration: none;
    color: rgb(85, 255, 7);
}

a:hover{
    text-decoration: none;
    color: orange;
}
