@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&family=Poppins:wght@400;500;600&display=swap');
/* body {
   
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame {
    background-image: url("Frame.png");
    background-size: cover;
    background-position: center;
} */
body {
    background-image: url("../images/bg.svg");
    background-size: cover;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

p {
    color: #020202;
    
    font-size: 13px;
    font-weight: 200;
}

.container {
    max-width: 1000px;
    height: fit-content;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.card{
    border: #fff;
    background-color: #fff;
    border: #fff;
}
.card-footer .card-header{
    background-color: #fff;
    border: #fff;
}
.images {
    /** max-height: 420px; **/
    width: 100%;
    padding: 40px 20px 40px 10px;
}
.btn-secondary{
    background-color: #fff;
    color: #000;
    border: #fff;
}
.btn-secondary:hover{
    background-color: #fff;
    color: #000;
    border: #fff;
}

.flags{
    height: 20px;
    width: 20px;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin: 5px;
}
.logostiki {
    height: 60px;
    width: 60px;
    align-content: right;
}

.logo {
    margin: 20px;
    height: 30px;
}

.content {
    padding: 30px;
}

.wrapper header {
    color: #FBAE3C;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
}

.wrapper .captcha-area {
    display: flex;
    margin: 20px 20px 20px 0px;
    height: 65px;
    align-items: center;
    
}

.captcha-area .captcha-img {
    height: 100%;
    width: 345px;
    user-select: none;
    background: #000;
    position: relative;
}

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: 'Noto Serif', serif;
}

.wrapper button {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #FBAE3C;
    transition: all 0.3s ease;
}

.wrapper button:hover {
    background: #FFC727;
}

.captcha-area .reload-btn {
    width: 75px;
    height: 100%;
    font-size: 25px;
}

.captcha-area .reload-btn i {
    transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
    transform: rotate(15deg);
}


.wrapper .status-text {
    display: none;
    font-size: 12px;
    text-align: center;
   
}
.sosmed{
    color:#333333;
    margin: 5px;
}
.sosmed :hover{
    color:#333333;
}
.hidden{
    display: none;
}
.btn-primary {
    background-color: #312c4f;
    border-color: #312c4f;
}
.btn-primary:hover{
    background-color: #fff;
    color: #312c4f;
}
.icon20{
    font-size: 20px;
}
.social-link{
    color : #6c757d!important;
}