/* left: 50%; */
/*background: rgb(255, 255, 255);
text-align: center;
transition: 0.25s;
margin-top: 100px;
}*/

.box input[type="text"],
.box input[type="tel"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 10px 10px;
    /* width: 250px; */
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s
}

.box h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500
}

.btn-login {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 10px;
    transition: 0.25s;
    cursor: pointer
}

.btn-callCustomerService {
    background: white;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 1px solid rgb(26, 48, 68);
    padding: 14px 40px;
    outline: none;
    color: rgb(26, 48, 68);
    border-radius: 10px;
    transition: 0.25s;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    /*margin-left: 10%;*/
    margin-right: 10%;
}
