@font-face {
    font-family: IRANSans;
    src: url("../fonts/IRANSansMobile.ttf");
}

@font-face {
    font-family: IRANSansBold;
    src: url("../fonts/IRANSansMobile_Bold.ttf");
}

.tikStyle {
    width: 45%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
}

.logoStyle {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.textSuccessStyle {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20%;
    width: 100%;
    height: auto;
    text-align: center;
}

.textStyle {
    width: 100%;
    font-family: IRANSans, serif;
    font-size: 20px;
}

.buttonStyle {
    width: 90%;
    height: 50px;
    font-family: IRANSansBold, serif;
    font-size: 18px;
    align-items: center;
    text-align: center;
    display: block;
    margin: 10% auto 30px;
    background-color: #009688;
    border-radius: 25px;
    border: none;
    padding-top: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.visited, .btn-primary.link .open > .dropdown-toggle.btn-primary {
    background-color: #009688;
    color: white;
    border: none;
}

a:link {
    color: #FFFAFA;
    background-color: #009688;
}

/* unvisited link */
a:visited {
    color: #FFFAFA;
    background-color: #263238;
}

/* visited link */
a:hover {
    color: #FFFAFA;
    background-color: #263238;
}

/* mouse over link */
a:active {
    color: #FFFAFA;
    background-color: #263238;
}

.buttonFailStyle {
    width: 90%;
    height: 50px;
    font-family: IRANSans, serif;
    font-size: 20px;
    align-items: center;
    padding: 0;
    text-align: center;
    display: block;
    margin: 10% auto 30px;
    color: #009688;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #009688;
}
