﻿.btn-primary {
    background-color: #3d3de9;
}

.footer {
    background-color: darkblue;
}

.btn {
    color: white;
}

    .btn:hover {
        color: white;
        background-color: #007bff !important;
        border-color: #007bff !important;
    }

.swal2-header {
    font-size: 12px;
}

.swal2-styled.swal2-confirm {
    width: 50%;
    padding: 0.5em 1em
}

.swal2-content {
    padding: 0;
    font-size: 1em;
}

#swal2-content {
    font-size: 14.5px;
    border-top: 2px solid aliceblue;
    padding-top: 15px;
}

.swal2-popup {
    width: 35em !important;
}

.swal2-title {
    font-size: 1.6em;
}

.swal2-styled:focus {
    box-shadow: none;
}
@media only screen and (max-width: 320px) {

    #form-container {
        margin-top: 60%;
    }

    #left-side {
        padding: 0 !important;
    }

    #right-side {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 766px) and (min-width: 321px) {
    #form-container {
        margin-top: 10%;
    }

    #left-side {
        padding: 0 !important;
    }

    #right-side {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 767px) {
    #form-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
    #left-side {
        padding: 0 !important;
    }

    #right-side {
        padding: 0 !important;
    }
    .content{
        justify-content:center;
    }
}

@media only screen and (min-width: 801px) {
    #right-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}