﻿.SocialMediaWrapper .inputwrapper {
    width: 100%;
    display: block;
}

.SocialMediaWrapper .inputwrapper + .inputwrapper {
    margin-top: 10px;
}

.SmallScreenContent {
    display: none !important;
}

div.Feedback_Message_Error {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.498039);
}

.LoadingGif {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 200vh;
    width: 200vw;
    background: rgba(0,0,0,0.1);
}

.DuplicateEmail-Error{
    color: var(--color-error);
    display: block;
    font-size: var(--font-size-xs);
    margin-top: var(--space-xs);
}

.IconSocial{
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

.account .SeparatorText {
    margin: 0 10px;
    color: #282828;
    font-weight: 400;
    font-style: normal;
}

@media only screen and (max-width: 800px) {  
    .LargeScreenContent {
        display: none !important;
    }

    .SmallScreenContent {
        display: block !important;
    }
}