﻿#SignUp {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    background: #114453;
    border-color: #114453;
    height: 58px;
}

    #SignUp:hover {
        color: #114453;
        background: transparent;
    }

.fancy-style {
    width: 400px !important;
}

@media only screen and (max-width:639px) {
    .fancybox-inner {
        width: 350px !important;
    }

    .fancy-style {
        width: 100% !important;
    }
}

.presenter-name {
    padding-left: 0px !important;
}

.subsection.presentedby ul {
    margin-left: 0px !important;
}

.subsection.presentedby .left-content {
    box-sizing: initial;
}

.subsection {
    border-top: 0px;
}

/*for alignment of phone field to the right of first name in desktop*/
.align-desktop-fields {
    margin-top: 0;
}
/*sizing email field just like other fields in mobile view*/
.email-verification-wrapper {
    margin-left: -22px;
    margin-right: -22px;
}

@media (min-width: 768px) {
    .align-desktop-fields {
        margin-top: -60px;
    }

    .email-verification-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
