@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body, div, span, a, p, table, td, tr  {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}

body {
    color: #000;
    background: #f0f2f5;
}

.uk-button-primary{
    background: #efba1c !important;
    border-radius: 5px;
}

.uk-button-primary:hover{
    background: #333333 !important;
    font-weight: 500 !important;
}

.uk-button-primary i{
    color: #fff !important;
}

.auth-logo-img{
    width: 270px;
}

.auth-form{
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 20px;
    border: 1px solid #dddfe2;
}

.auth-form i{
    color: #efba1c;
}

.auth-form a{
    text-decoration: none !important;
}

.auth-form h3{
    font-size: 25px;
    font-weight: 700;
}

.uk-input:focus{
    border: 1px solid #efba1c;
}

/*UIkit Modal Start*/

.uk-modal-header h2{
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}

.uk-modal-header{
    background: #efba1c;
    padding: 14px;   
}

.uk-modal-close-default{
    color: #333 !important;
}

.uk-modal-body {
    padding: 15px;
}

.uk-modal-footer{
    padding: 15px;
}

/*UIkit Modal End*/

.auth-form .submit-spin {
    color: #fff;
}