.medkeyForm {
    background-color: white;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    border: none;
}

.medkeyForm h4.block {
    border-radius: 1px;
    padding: 8px;
    background-color: #A5BDDC;
}

.medkeyForm input[type="text"], .medkeyForm input[type="checkbox"], .medkeyForm input[type="password"], .medkeyForm select, .medkeyForm input[type="submit"], .medkeyForm button {
    border-radius: 0;
    background-color: #f2f2f2;
    border: none;
    font-family: Montserrat, sans-serif;
}
.medkeyForm option {
    font-family: Montserrat, sans-serif;
}
.medkeyForm button[type="submit"] {
    border-radius: 0;
    padding: 16px;
    transition: background-color 0.2s;
}

.medkeyForm button[type="submit"]:hover {
    background-color: #2C67B4;
}
.medkeyView {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    padding-top: 10px;
    background-color: white;
}
.medkeyView a {
    font-size: 1em;
    font-weight: 600;
}
.medkeyView .selfvmmediauseragreement_content {
    font-size: 0.9em;
}

.medkeyForm label {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.medkeyForm select::after {
    background-color: pink;
}
.agreements label {
    font-weight: 100;
}
/* OKIENKO LOGOWANIA MEDKEY*/
.medkeyForm.login {
    background-color: white;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.medkeyForm.login input[type="text"], .medkeyForm.login input[type="checkbox"], .medkeyForm.login input[type="password"], .medkeyForm.login select {
    border-radius: 0;
    background-color: #f2f2f2;
    border: none;
    font-family: Montserrat, sans-serif;
}
.medkeyForm.login input[type="submit"] {
    color: #fff;
    border-radius: 0;
    padding: 16px;
    background-color: #2C67B4;
    margin-top: 15px;
    transition: background-color 0.15s;
}
.medkeyForm.login input[type="submit"]:hover {
    background-color: #038FCD;
}
.medkeyLoginFormContainer .medkeyView a {
    font-weight: 500;
    font-family: Montserrat;
}
.btn.btn-create-account {
    background-color: #fff;
    border: 1px solid #2C67B4;
    border-radius: 0;
    padding: 10px;
    color: #2C67B4;
}
.medkeyForm.login p {
    display: none;
}
.medkeyForm.login .medkeyError {
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 3em;
}
.medkeyView .medkeyForm {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.medkeyView .medkeyForm .logged-in-medkey-as{
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}
.medkeyView .medkeyForm .logged-in-medkey-as button{
    background-color: #fff;
    border: 1px solid #2C67B4;
    border-radius: 0 !important;
    padding: 15px !important;
    color: #2C67B4;
}
.medkeyForm input[type="text"], .medkeyForm input[type="password"] {
    background-color: #f2f2f2 !important;
    border-radius: 0 !important;
    border: none !important;
}
.medkeyForm input[type="submit"], input[type="submit"] {
    border-radius: 0 !important;
    transition: background-color 0.15s !important;
    background-color: #2C67B4 !important;
    padding: 16px !important;
}
.medkeyForm input[type="submit"]:hover, input[type="submit"]:hover {
    background-color: #038FCD !important;
}
@media screen and (max-width: 600px) {
    .medkeyView .selfvmmediauseragreement_content {
        font-size: 0.8em;
    }
    .medkeyForm {
        padding-left: 0;
        padding-right: 0;
    }
}