

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  background: #F5F7F9;
}



.logo {   
    width: 196px;
    height: 135px;
    margin: 174px auto 0;
}

.titleWelcome {   
    font-family: 'Roboto', sans-serif; 
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 32px;
    color:#FD5100;
    margin-top: 19px;
    text-align: center;
}

.inputCode{    
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    color: #8D8D8D;
    padding: 0 16px;
}

h5{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    margin-bottom: 4px;
}

.user-input {
   width: 100%;
   height: 36px;
   border-radius: 4px;
   border: 2px solid  #B9B9B9;
   background: #FFF;
}

.button{
    font-family: 'Roboto', sans-serif;
    height: 44px;
    margin-top: 32px;
    border-radius: 8px;
    background: #FD5100;    
    color: #fff;
    border: 2px solid  #FD5100;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}






