﻿.login-btn-header {
    display: flex;
    gap: 3px;
    padding: 8px;
    border: 1px solid;
    border-color: #c3cadd;
    height: 40px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    cursor: pointer;
    color: #242f48;
    /*    margin-top: 16px;
    margin-right:8px;*/
}
.login-btn-header .login-img {
    transform: rotate(180deg);
}
