/* google font poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

/* google font roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');


.orange{
    color: #FF7100;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.orange:hover{
    color: #f46b02;
    text-decoration: none;
}

.card{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 446px;
    height: auto;
    border-radius: 20px;
    margin: 80px auto;
}

img{
    margin: 30px auto;
    width: 154px;
    height: 50px;
}

h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #0A2647;
    letter-spacing: 2px;
}

label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0 0.5em;
    color:#D9D9D9;
    margin:auto;
}

/* .row{
    margin-top: 5px;
} */

.input{
    margin: auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.nama h5{
    margin-left: 27px;
}

.nama input{
    margin-left: 25px;
}

.username input{
    margin-left: -5px;
}

.form-control:focus{
    border-color: #FF7100;
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 0, 0.20);
}


.kota .form-select{
    margin-left: -5px;
}

.gender .form-select{
    margin-left: 25px;
}

.gender h5{
    margin-left: 27px;
}

.form-select:focus{
    border-color: #FF7100;
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 0, 0.20);
}

.handphone h5{
    margin-left: 27px;
}

.handphone input{
    margin-left: 25px;
}

.email input{
    margin-left: -5px;
}

.password input{
    width: 383px;
    height: 40px;
    margin:auto 25px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.password h5{
    margin-left: 27px;
}

.password{
    margin-top: 5px;
}

.tombol{
    margin-top: 15px;
}

.tombol button{
    background-color: #FF7100;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 1px;
}

.tombol button:hover{
    background-color: #f46b02;
    color: white;
}

.text h6{
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-align: center;
}

.text span a{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    margin-left: 5px;
    color: #FF7100;
    text-decoration: none;
}

.btn.disabled {
    background-color: #ff7300f7;
}
/* versi mobile register */

/* @media (max-width:425px){
    .card{
        width: 385px;
        height: 590px;
        margin:auto;
    }
    img{
        margin: 30px auto;
        width: 140px;
    }
    h1{
        font-size: 12px;
        text-align: center;
    }
    .row input{
        width: 120px;
        height: 40px;
    }
    .form-select{
        width: 120px;
        height: 40px;
    }
    h5{
        font-size: 10px;
    }
    .form-select option{
        font-size: 10px;
    }
    .password input{
        width: 250px;
        height: 40px;
    }
    .tombol button{
        font-size: 12px;
    }
    .text h6{
        font-size: 9px;
    }
    
    .text span a{
        font-size: 9px;
    }
} */

/* end versi mobile register */