.textcolor {
    color: #1C768F;
}
.header-container {
    text-align: center;
    white-space:nowrap;
}
.issue-container{
    margin:60px 15px 10px 15px;
}
.txt-issue{
}
.form-group{
    width:100%;
}
input[type="text"] {
    width: 100%;
    padding: 1.5vh !important;
    border: 1px solid #ccc;
    border-radius: 10px !important;
    font-size: 18px;
    box-sizing: border-box;
}
.btn-send-code{
    margin-top:20px;
}
.error-message {
    color: red;
    text-align: left;
}