﻿.guest-modal .guest-modal-header {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
}

    .guest-modal .guest-modal-header .guest-modal-actions {
        float: left;
        font-size: 22px;
        color: grey;
    }

        .guest-modal .guest-modal-header .guest-modal-actions i {
            cursor: pointer;
        }

.modal.in .modal-dialog.guest-modal .modal-body {
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    padding-bottom: 5px;
}

.guest-modal .modal-footer button {
    font-size: 22px;
    margin: 10px auto;
    padding: 10px 10px;
    width: 285px;
    box-shadow: none;
    outline: none;
}

    .guest-modal .modal-footer button i {
        margin-left: 2px;
    }

    .guest-modal .modal-footer button.signup-btn {
        background-color: #118dcf;
        color: white;
        border: 1px solid #118dcf;
    }

        .guest-modal .modal-footer button.signup-btn:hover {
            background-color: #01115a;
            border-color: #204d74;
        }

    .guest-modal .modal-footer button.login-btn {
        background-color: white;
        color: #5a5a5a;
        border: 1px solid #5a5a5a;
    }

        .guest-modal .modal-footer button.login-btn:hover {
            color: black;
            border-color: black;
        }
