@font-face {
    font-family: kalameh;
    font-weight: 700;
    src: url("../components/kalameh/KalamehWeb_Black.9d833aba.ttf") format("truetype");
}

@font-face {
    font-family: kalame-thin;
    font-weight: 400;
    src: url("../components/kalameh/KalamehWeb_thin.8b7cd45b.ttf") format("truetype");
}

@font-face {
    font-family: dana-blackItalic;
    font-weight: 700;
    src: url("../components/dana/dana-blackitalic.296bab1c.woff2");
}

@font-face {
    font-family: dana;
    font-weight: 400;
    src: url("../components/dana/dana-regular.ff38c3e5.woff2");
}

@font-face {
    font-family: sans-bold;
    font-weight: 700;
    src: url("../components/sans/irsans-bold.ttf");
}

@font-face {
    font-family: sans-regular;
    font-weight: 400;
    src: url("../components/sans/PalatinoSans-Regular.ttf");
}

html,
body{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

body {
    font-family: "dana";
    background: linear-gradient(to bottom, #1841f8 0%, #01082b 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-rahkhan {
    background-color: rgba(181, 201, 255, 0.4);
    width: 450px;
    height: 400px;
    display: inline-block;
    align-items: center;
    justify-items: center;
    margin: 34px;
    border-radius: 20px;
    z-index: 10;
}

.form-rahkhan .form-inputs {
    height: 400px;
}

.form-inputs {
    margin: 24px;
}

.btn-tabs .signup-tab {
    width: 100%;
    font-family: "kalameh";
    color: #fff;
    font-size: 24px;
}

.btn-tabs .login-tab {
    width: 100%;
    font-family: "kalameh";
    font-size: 24px;
}

.btn-tabs .btn:focus {
    box-shadow: none;
}

.btn-signup,
.btn-login {
    width: 100%;
    color: #fff;
    background-color: #000936;
    border-radius: 5px;
}

.btn-signup:hover,
.btn-login:hover {
    color: #fff;
}

.btn-signup:focus,
.btn-login:focus {
    box-shadow: none;
}

.button-signup {
    margin-top: 24px;
    margin-bottom: 24px;
}

.btn-google {
    background-color: #b12900;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 6px 6px 4px;
}

.btn-facebook {
    background-color: #1F3C88;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 6px 6px 4px;
}

.form-control {
    border-radius: 5px 0 0 5px;
    border: none;
}

input::placeholder {
    font-size: 14px;
}

.icon {
    border-radius: 0 5px 5px 0;
    background-color: #fff;
}

.icon i {
    position: relative;
    bottom: -4px;
    right: 6px;
    padding: 6px;
    color: #646464;
}

.form-control:focus {
    box-shadow: none;
}

.input {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
}

.form-check-label {
    font-size: 14px;
    color: #fff;
}

.login-content {
    display: none;
}

.user {
    overflow: hidden;
    text-align: center;
}

.user i {
    font-size: 60px;
    color: #1F3C88;
    width: 100px;
    height: 100px;
    padding: 12px;
    border: 5px solid #1F3C88;
     border-radius: 50%;
     margin: 24px;
}

.signup-content {
    display: block;
}

@keyframes animatedBackground {
    from {
        width: 70%;
      }
      to {
        width: 90%;
      }
}

.bg-img img {
    animation: animatedBackground 10s linear infinite alternate;
    animation-timing-function: ease;
    top: 0;
    left: 0;
    position: absolute;
}

.login-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
}

.login-content a {
    font-size: 14px;
    color: #000936;
    text-decoration: none;
}
