﻿@import url("./vazir.css");

* {
    font-family: "Vazir";
}
div {
    text-align: right;
    font-family: "Vazir", serif !important;
}
body {
    background-color: #2A3D7B;
}
.signup-card-header {
    background-color: #2A3D7B !important;
    color: #ffffff !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}
.signup-card-body {
    padding: 3px;
    border-radius: 10px;
}
.signup-card-footer {
    background: none;
}
.card {
    border: none;
}
.col-signup {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin-top: 10px;
}
.input_licence_file {
    opacity: 0;
}
.input_licence_btn {
    width: 81px;
    height: 32px;
    left: 145px;
    top: 711px;
    background: #FFFCFC;
    border-radius: 15px;
    color: #2A3D7B !important;
}
input[type='text'], textarea, select {
    background: #FFFCFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px !important;
}
select {
    background: #FFFCFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px !important;
}
.btn-signup {
    background: #2A3D7B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 5px;
    border: unset;
    color: #ffffff;
}
.signup-card-content {
    background-color: #2A3D7B !important;
    color: #ffffff;
    padding: 30px;
}
.col-md-signup {
    padding: 9px;
    background-color: #fff;
    border-radius: 35px;
    margin-bottom: 50px;
}