.login-form {
    width: 100%;
    /* height: 100%; */
    margin-top: 2%;
}

.login-form input[type="text"], input[type="password"], input[type="number"] {
    width: 100%;
    background-color: white;
    padding-left: 10px;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 1%;
    font-family: Raleway;
    color: grey;
    /* height: 39px; */
    border: 1px solid rgb(231, 231, 231);
    transition: 0.2s;
    outline: 0;
}


textarea {
    resize: none;
    width: 100%;
    background-color: white;
    padding-left: 10px;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 1%;
    font-family: Raleway;
    color: grey;
    /* height: 39px; */
    border: 1px solid rgb(231, 231, 231);
    transition: 0.2s;
    outline: 0;
	height: 200px;
}

.login-form input:-webkit-autofill {
    background-color: white !important;
}

.login-form input:hover {
    transition: 0.2s;
    color: #222;
    border: 1px solid rgb(226, 226, 226);
}

.login-form input[type="submit"], input[type="button"], input[type="email"]{
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 2%;
    color: grey;
    width: 100%;
    font-family: Raleway;
    background-color: white;
    border: 1px solid rgb(231, 231, 231);
    padding-left: 15px;
    text-align: left;
    transition: 0.2s;
}

.login-form input[type="submit"]:hover{
    transition: 0.2s;
    background: rgb(236, 137, 88);
    color: white;
}

.login-form input:focus {
    outline: 0;
}

.regi {
    font-family: Raleway;   
    font-size: 13px;
    padding-left: 15px;
    transition: 0.2s;
}

.regi span {
    padding-right: 10px;
    font-weight: bold;
    transition: 0.2s;
}

a {
    color: #222;
    text-decoration: none;
    transition: 0.2s;
}

.login-form a {
    color: #222;
    text-decoration: none;
    transition: 0.2s;
}

.regi:hover span {
    color: rgb(236, 137, 88);
    font-weight: bold;
    transition: 0.2s;
    padding-right: 15px;
}

.login-form .adres {
    width: 32.9% !important;
}

.login-form label {
    font-family: 'Raleway';
    
    display: inline-block;
    margin: 15px 0;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(236, 137, 88);
    font-weight: bold;
    text-transform: uppercase;
}